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.
2 parents 66a2f17 + 16cc7ff commit 008657dCopy full SHA for 008657d
.github/workflows/release-pull-request.yml
@@ -1,5 +1,9 @@
1
name: Release Pull Request Automation
2
3
+permissions:
4
+ contents: read
5
+ pull-requests: write
6
+
7
on:
8
create:
9
jobs:
.github/workflows/test.yml
@@ -7,6 +7,8 @@ on:
push:
branches:
- develop
10
11
12
13
shellcheck:
14
name: Shellcheck
0 commit comments