nextpnr/3rdparty/pybind11/.github/workflows/labeler.yml

26 lines
639 B
YAML
Raw Normal View History

2021-01-02 17:15:39 +08:00
name: Labeler
on:
pull_request_target:
types: [closed]
2025-01-21 22:23:10 +08:00
permissions: {}
2021-01-02 17:15:39 +08:00
jobs:
label:
name: Labeler
runs-on: ubuntu-latest
2025-01-21 22:23:10 +08:00
permissions:
contents: read
pull-requests: write
2021-01-02 17:15:39 +08:00
steps:
2025-01-21 22:23:10 +08:00
- uses: actions/labeler@v4
if: >
github.event.pull_request.merged == true &&
!startsWith(github.event.pull_request.title, 'chore(deps):') &&
!startsWith(github.event.pull_request.title, 'ci(fix):') &&
!startsWith(github.event.pull_request.title, 'docs(changelog):')
2021-01-02 17:15:39 +08:00
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler_merged.yml