Commit 2f746eee by Henry Schreiner

ci: original labeler

parent 1914b7d3
needs changelog:
- all:
- '!docs/changelog.rst'
any:
- '(include|pybind11|tools)/**/*'
docs:
- any:
- 'docs/**/*.rst'
......
needs changelog:
- all:
- '!docs/changelog.rst'
......@@ -3,11 +3,16 @@ on:
pull_request_target:
jobs:
label-merged:
name: Changelog needed
label:
name: Labeler
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true
- uses: actions/labeler@main
if: "!(github.event.action == 'closed' && github.event.pull_request.merged == false)"
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