Fixing auto backport workflow (#1845)
Signed-off-by: Vacha Shah <vachshah@amazon.com>
This commit is contained in:
parent
2fb83208e4
commit
b99f10aaa1
|
@ -8,6 +8,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
backport:
|
backport:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
name: Backport
|
name: Backport
|
||||||
steps:
|
steps:
|
||||||
- name: Backport
|
- name: Backport
|
||||||
|
|
Loading…
Reference in New Issue