summaryrefslogtreecommitdiff
path: root/.github/workflows/label-backport.yml
blob: 77be6dfd2da4e8134bc0768f0990764305940dac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Mergifyio backport

# on: [issue_comment]
on: 
  workflow_dispatch:

permissions:
  pull-requests: write
  contents: read

jobs:
  mergifyio-backport:
    uses: vyos/.github/.github/workflows/label-backport.yml@feature/T6349-reusable-workflows
    secrets: inherit