mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
ci: fix labeler
This commit is contained in:
parent
1d4a65e2f1
commit
128d988ef1
3
.github/workflows/labeler.yml
vendored
3
.github/workflows/labeler.yml
vendored
@ -13,7 +13,8 @@ jobs:
|
||||
if: >
|
||||
github.event.pull_request.merged == true &&
|
||||
!startsWith(github.event.pull_request.title, 'chore(deps):') &&
|
||||
!startsWith(github.event.plul_request.title, 'ci(fix):'
|
||||
!startsWith(github.event.pull_request.title, 'ci(fix):') &&
|
||||
!startsWith(github.event.pull_request.title, 'docs(changelog):')
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
configuration-path: .github/labeler_merged.yml
|
||||
|
Loading…
Reference in New Issue
Block a user