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

on:
  pull_request_target:
    branches:
      - current
      - crux
      - equuleus
      - sagitta

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