summaryrefslogtreecommitdiff
path: root/.github/workflows/label-backport.yml
blob: 3e93045f19ca27f7e04319c0cad8896128c30a98 (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@circinus
    secrets: inherit