a | b/.github/workflows/labeler.yml | ||
---|---|---|---|
1 | name: Labeler |
||
2 | |||
3 | on: |
||
4 | push: |
||
5 | branches: |
||
6 | - main |
||
7 | - master |
||
8 | |||
9 | jobs: |
||
10 | labeler: |
||
11 | runs-on: ubuntu-latest |
||
12 | steps: |
||
13 | - name: Check out the repository |
||
14 | uses: actions/checkout@v4 |
||
15 | |||
16 | - name: Run Labeler |
||
17 | uses: crazy-max/ghaction-github-labeler@v4.1.0 |
||
18 | with: |
||
19 | skip-delete: true |