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.
1 parent 549db24 commit 0a6cdf0Copy full SHA for 0a6cdf0
.github/workflows/change_pr_to_draft.yml
@@ -10,6 +10,7 @@ jobs:
10
name: Convert PR to draft
11
permissions:
12
pull-requests: write
13
+ contents: write
14
if: github.event.pull_request.draft == false
15
steps:
16
- name: Convert PR to draft
0 commit comments