pybind11/.github/workflows/labeler.yml

14 lines
248 B
YAML
Raw Normal View History

2020-10-09 20:40:12 +00:00
name: Labeler
on:
2020-10-02 21:09:58 +00:00
pull_request_target:
jobs:
label-merged:
name: Changelog needed
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true