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

on: [issue_comment]

permissions:
  pull-requests: write
  contents: read

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