mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-16 18:21:53 +08:00
switch to callable mod builder add issue-pr tracker workflow update permissions script update readme instructions
11 lines
239 B
YAML
11 lines
239 B
YAML
name: Permission check
|
|
on:
|
|
pull_request_target:
|
|
paths:
|
|
- '**/run'
|
|
- '**/finish'
|
|
- '**/check'
|
|
jobs:
|
|
permission_check:
|
|
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
|