mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-15 01:23:02 -07:00
Add meta-files
This commit is contained in:
parent
67d5842721
commit
1c8fe516a8
8 changed files with 149 additions and 7 deletions
12
.github/workflows/call-invalid-issues-cron.yml
vendored
Normal file
12
.github/workflows/call-invalid-issues-cron.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: Mark stale issues and pull requests
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 1 * * *"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
|
||||
secrets: inherit
|
12
.github/workflows/call_invalid_helper.yml
vendored
Normal file
12
.github/workflows/call_invalid_helper.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: Comment on invalid interaction
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- labeled
|
||||
jobs:
|
||||
add-comment-on-invalid:
|
||||
if: github.event.label.name == 'invalid'
|
||||
permissions:
|
||||
issues: write
|
||||
uses: linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@v1
|
||||
secrets: inherit
|
Loading…
Add table
Add a link
Reference in a new issue