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 6fa0130 + 3e8f976 commit 6745950Copy full SHA for 6745950
.github/workflows/permissions.yml
@@ -0,0 +1,9 @@
1
+name: Permission check
2
+on:
3
+ pull_request:
4
+ paths:
5
+ - '**/run'
6
+ - '**/finish'
7
+jobs:
8
+ permission_check:
9
+ uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
0 commit comments