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

Changelog: Fix CI job and introduce verification CI job #278

Merged
merged 12 commits into from
Jul 1, 2024

Conversation

bkchr
Copy link
Contributor

@bkchr bkchr commented Apr 19, 2024

  • Does not require a CHANGELOG entry

@@ -59,7 +59,8 @@ jobs:
fi

# Disable the spec version check when we dont want to release.
if ! .github/changelog-processor.py CHANGELOG.md --should-release ; then
# The program prints either `1` or `0`.
if [ "$(.github/changelog-processor.py CHANGELOG.md --should-release)" = "0" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

probably typo here =

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@github-actions github-actions bot requested review from andresilva, muharem and xlc June 29, 2024 13:03
Copy link

Review required! Latest push from author must always be reviewed

@bkchr bkchr enabled auto-merge (squash) June 29, 2024 13:05
@github-actions github-actions bot requested review from andresilva, ggwpez and muharem July 1, 2024 13:53
@github-actions github-actions bot requested review from andresilva and muharem July 1, 2024 21:25
@bkchr bkchr merged commit 177cb25 into main Jul 1, 2024
43 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants