summaryrefslogtreecommitdiff
path: root/.github/workflows/add-pr-labels.yml
blob: 8fb5540861304a38adda77992a98418659b1e615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Add pull request labels

on:
  pull_request_target:
    branches:
      - equuleus
      - sagitta

permissions:
  pull-requests: write
  contents: read

jobs:
  add-pr-label:
    uses: vyos/.github/.github/workflows/add-pr-labels.yml@current
    secrets: inherit