z1_sdk/pybind11/.github/workflows/labeler.yml

14 lines
248 B
YAML
Raw Normal View History

2023-01-30 20:28:13 +08:00
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