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 d685616 commit 47e14cfCopy full SHA for 47e14cf
.github/workflows/create_issue_on_pr_opened.yml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
types: [opened]
6
7
+permissions:
8
+ contents: read # to fetch code (actions/checkout)
9
+ issues: write # to create an associated issue (if necessary)
10
+
11
jobs:
12
create-issue:
13
runs-on: ubuntu-latest
0 commit comments