blob: 1ea862f8ef85a18230ffefac19d0bff9cf8688d0 (
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@equuleus
secrets: inherit
|