blob: efbd4388f71aee14cc3a1d7178ca30fcd4c6ced7 (
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@current
secrets: inherit
|