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

ci: don't run changelog check on chores and refactor PRs #4658

Merged
merged 3 commits into from
Oct 16, 2023

Conversation

thomaseizinger
Copy link
Contributor

Description

We don't always want to write a changelog entry or bump the version of a crate when we make changes to it. This especially applies to refactorings and other chores. We can automatically detect such PRs based on our conventional commit title.

At the moment, this is not per crate but could be extended in the future. For now, this should be good enough to unblock PRs that are currently stuck on this workflow.

Notes & open questions

Change checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • A changelog entry has been made in the appropriate crates

@thomaseizinger thomaseizinger added send-it trivial Marks PRs which are considered trivial and don't need approval from another maintainer. labels Oct 16, 2023
@thomaseizinger
Copy link
Contributor Author

@mxinden Ideas welcome on how to better solve this. I also considered labels which we could apply selectively, like internal:swarm, internal:perf, internal:$crate, ...

That would be a lot of labels though but could allow us to very specifically disable this check which would be useful for PRs like #4656.

Would you be bothered by these labels?

@mergify mergify bot merged commit c91ecbc into master Oct 16, 2023
73 checks passed
@mergify mergify bot deleted the feat/internal-change-label branch October 16, 2023 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
send-it trivial Marks PRs which are considered trivial and don't need approval from another maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant