pybind11/.github/workflows/labeler.yml

20 lines
482 B
YAML
Raw Normal View History

2020-10-09 20:40:12 +00:00
name: Labeler
on:
2020-11-03 16:59:29 +00:00
pull_request_target:
types: [closed]
jobs:
2020-10-13 02:35:23 +00:00
label:
name: Labeler
runs-on: ubuntu-latest
steps:
2020-10-13 03:04:16 +00:00
- uses: actions/labeler@main
if: >
github.event.pull_request.merged == true &&
!startsWith(github.event.pull_request.title, 'chore(deps):') &&
!startsWith(github.event.plul_request.title, 'ci(fix):'
2020-10-13 02:35:23 +00:00
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler_merged.yml