nextcloud / github_helper

:construction_worker: little helper scripts to handle GitHub milestones and labels
7 stars 7 forks source link

feat(changelog): add --skip-lable=xyz to ignore pull requests for cha… #80

Closed kesselb closed 1 year ago

kesselb commented 1 year ago

Motivation: Clean up the changelog for our website.

image

For example, the baseline update for psalm is not relevant.

This pull request allows to pass multiple labels (e.g. --skip-label=dependencies --skip-label="automated pr") to the changelog generator and skip those pull requests.