pybind11/.github/workflows/pr_merged.yml

16 lines
334 B
YAML
Raw Normal View History

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