Bot Updating Templated Files

noble
LinuxServer-CI 2025-07-08 23:35:20 +00:00
rodzic 5884766bf3
commit d4f53ffbab
Nie znaleziono w bazie danych klucza dla tego podpisu
6 zmienionych plików z 21 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,9 @@ on:
pull_request_review:
types: [submitted,edited,dismissed]
permissions:
contents: read
jobs:
manage-project:
permissions:

Wyświetl plik

@ -4,6 +4,9 @@ on:
- cron: '13 7 * * *'
workflow_dispatch:
permissions:
contents: read
jobs:
stale:
permissions:

Wyświetl plik

@ -3,6 +3,9 @@ name: External Trigger Main
on:
workflow_dispatch:
permissions:
contents: read
jobs:
external-trigger-noble:
runs-on: ubuntu-latest

Wyświetl plik

@ -5,6 +5,9 @@ on:
- cron: '18 * * * *'
workflow_dispatch:
permissions:
contents: read
jobs:
external-trigger-scheduler:
runs-on: ubuntu-latest

Wyświetl plik

@ -2,8 +2,14 @@ name: Greetings
on: [pull_request_target, issues]
permissions:
contents: read
jobs:
greeting:
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1

Wyświetl plik

@ -5,6 +5,9 @@ on:
- cron: '19 23 * * 2'
workflow_dispatch:
permissions:
contents: read
jobs:
package-trigger-scheduler:
runs-on: ubuntu-latest