ansible-community / antsichaut

Antsichaut aims to automate the filling of a changelog.yaml used by antsibull-changelog
https://pypi.org/project/antsichaut/
MIT License
5 stars 4 forks source link

Skip PR with skip changelog #33

Closed cidrblock closed 1 year ago

cidrblock commented 1 year ago

Looking closer, #31 was incomplete.

We can skip a PR entirely if it has a skip changelog label. Pop the skip-changlog entry from the group config and look early for a match.

Compare the labels of the PR to the provided or default skip changelog and move onto the next PR if we have a match.