mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-13 09:03:54 +00:00
14 lines
248 B
YAML
14 lines
248 B
YAML
name: Labeler
|
|
on:
|
|
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
|