mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Udpate permissions
This commit is contained in:
parent
624d6a4047
commit
5c3f9eca53
2 changed files with 8 additions and 6 deletions
7
.github/workflows/issues-first-greet.yml
vendored
7
.github/workflows/issues-first-greet.yml
vendored
|
@ -7,12 +7,13 @@ on:
|
|||
issues:
|
||||
types: opened
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
greet:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/first-interaction@v1
|
||||
with:
|
||||
|
|
7
.github/workflows/issues-stale.yml
vendored
7
.github/workflows/issues-stale.yml
vendored
|
@ -6,12 +6,13 @@ on:
|
|||
schedule:
|
||||
- cron: "17 5 * * 1-5" # run at 5:17 (UTC) on Monday to Friday
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/stale@v8
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue