We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pull-requests: write
1 parent 9389ce0 commit 872a6a4Copy full SHA for 872a6a4
.github/workflows/rollback-release.yml
@@ -40,6 +40,7 @@ jobs:
40
41
permissions:
42
contents: write # needed to push to the repo (tags and releases)
43
+ pull-requests: write # needed to create the mergeback PR
44
45
steps:
46
- name: Checkout repository
0 commit comments