blob: 8b11879fc43f4b74ddcb9ef24e2163d3f4d7bbd4 (
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: accel-ppp/.github/.github/workflows/label-backport.yml@current
secrets: inherit
|