Commit 5f9b1667 by Henry Schreiner Committed by GitHub

ci: label PRs with changelog needed (#2546)

parent 9796fe98
needs changelog:
- all: ['!docs/changelog.rst']
name: PR merged
on:
pull_request:
- closed
jobs:
label-merged:
name: Changelog needed
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- uses: actions/labeler@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler_merged.yml
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment