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 CI job to enforce CHANGELOG.md updates #4

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

aschepis
Copy link
Collaborator

@aschepis aschepis commented Apr 3, 2024

Use the dangoslen/changelog-enforcer marketplace action to ensure that the CHANGELOG.md
is being updated with each PR merged into the repo. This can be bypassed for
changes that are not customer impacting by applying the skip-changelog or
ignore-release labels to the PR.

Copy link
Collaborator Author

aschepis commented Apr 3, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @aschepis and the rest of your teammates on Graphite Graphite

@aschepis aschepis force-pushed the aschepis/ci-changelog-check branch from 6746cbe to 225ab19 Compare April 3, 2024 13:21
@@ -4,9 +4,18 @@ name: Go
on:
push:
branches: main
pull_request: # don't include branches so that all PRs run.
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this an intentional change, if so, can you add some context for why we need to change this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

sure. the reason is that labeled and unlabeled are not included in the default list of types to run CI on and so if you add the skip-changelog or ignore-release label it won't re-run CI. i'll add a comment in code

@aschepis aschepis force-pushed the aschepis/ci-changelog-check branch from 225ab19 to 539837a Compare April 3, 2024 19:11
@aschepis aschepis merged commit 2d5edd4 into main Apr 3, 2024
4 of 6 checks passed
@aschepis aschepis deleted the aschepis/ci-changelog-check branch April 3, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants