Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog check to CI #1177

Merged
merged 3 commits into from
Oct 3, 2024
Merged

Conversation

rosteen
Copy link
Contributor

@rosteen rosteen commented Oct 3, 2024

Closes #1165 . Thanks @pllim for the links 🙂

@pllim
Copy link
Member

pllim commented Oct 3, 2024

Don't want to use towncrier while you are at it? 😉

Looks like it works because it is failing because you didn't apply the label. ;D

@pllim
Copy link
Member

pllim commented Oct 3, 2024

You might have to clean up the change log or something? See warnings in https://github.com/astropy/specutils/actions/runs/11169575830/job/31050585269?pr=1177

Also, from now on, you would need to also make sure all PRs are milestoned properly to match the change log section.

@rosteen
Copy link
Contributor Author

rosteen commented Oct 3, 2024

Also, from now on, you would need to also make sure all PRs are milestoned properly to match the change log section.

Doesn't CHECK_MILESTONE: false avoid that check?

Copy link

codecov bot commented Oct 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.86%. Comparing base (07c1883) to head (4705ece).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1177   +/-   ##
=======================================
  Coverage   86.86%   86.86%           
=======================================
  Files          63       63           
  Lines        4553     4553           
=======================================
  Hits         3955     3955           
  Misses        598      598           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pllim
Copy link
Member

pllim commented Oct 3, 2024

Oh yeah, maybe. @bsipocz added that one, I think.

@rosteen
Copy link
Contributor Author

rosteen commented Oct 3, 2024

Everything in the changelog is passing now except for this PR missing an entry.

@rosteen rosteen added the no-changelog-entry-needed changelog bot directive label Oct 3, 2024
Copy link
Member

@pllim pllim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is funny how the bot is even more strict than me. LGTM and looks like https://github.com/astropy/astroquery/blob/main/.github/workflows/changelog.yml . Thanks!

@pllim
Copy link
Member

pllim commented Oct 3, 2024

I also have a milestone check if you change your mind about milestones. 😆

@pllim
Copy link
Member

pllim commented Oct 3, 2024

@rosteen rosteen merged commit 750c884 into astropy:main Oct 3, 2024
10 of 12 checks passed
@rosteen
Copy link
Contributor Author

rosteen commented Oct 3, 2024

Thanks for the help/eyes on this!

@bsipocz
Copy link
Member

bsipocz commented Oct 3, 2024

Oh yeah, maybe. @bsipocz added that one, I think.

You got me in a cold sweat for a moment thinking that I was going senile, but then I checked and it was William adding that functionality :)

@pllim
Copy link
Member

pllim commented Oct 3, 2024

Oh ooops! Sorry. I should have checked. I am the one getting senile!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do you want a change log bot?
3 participants