aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/pybind11/.github/workflows/labeler.yml
blob: d2b59796819ea3a9ea01f60cf583876b654b1ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Labeler
on:
  pull_request_target:
    types: [closed]

jobs:
  label:
    name: Labeler
    runs-on: ubuntu-latest
    steps:

    - uses: actions/labeler@main
      if: github.event.pull_request.merged == true
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        configuration-path: .github/labeler_merged.yml