We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b199d3b commit f1a9bdcCopy full SHA for f1a9bdc
1 file changed
.github/workflows/new_issues.yml
@@ -4,6 +4,10 @@ on:
4
issues:
5
types: [opened, edited]
6
7
+permissions:
8
+ issues: write
9
+ contents: read
10
+
11
jobs:
12
sync_issues_to_jira:
13
name: Sync issues to Jira
0 commit comments