summaryrefslogtreecommitdiff
path: root/.github/workflows/labeler.yml
blob: fa4a58c3a92e084bc5e2c90c62d20b4b38777053 (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@v4
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"