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:
|
||||
backport:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
name: Backport
|
||||
steps:
|
||||
- name: Backport
|
||||
|
|
Loading…
Reference in New Issue