summaryrefslogtreecommitdiff
path: root/.github/workflows/labeler.yml
blob: 88e2aceaed6bac9c8d2d0580191c4e2bf8264207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: "Pull Request Labeler"
on:
  pull_request_target:
    branches-ignore:
      - 'l10n_develop'

jobs:
  triage:
    permissions:
      contents: read
      pull-requests: write
    runs-on: ubuntu-latest
    steps:
    - uses: actions/labeler@v5
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"