mirror of
https://github.com/safing/portbase
synced 2025-09-04 03:29:59 +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:
|
issues:
|
||||||
types: opened
|
types: opened
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
issues: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
greet:
|
greet:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
issues: write
|
|
||||||
pull-requests: write
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/first-interaction@v1
|
- uses: actions/first-interaction@v1
|
||||||
with:
|
with:
|
||||||
|
|
7
.github/workflows/issues-stale.yml
vendored
7
.github/workflows/issues-stale.yml
vendored
|
@ -6,12 +6,13 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "17 5 * * 1-5" # run at 5:17 (UTC) on Monday to Friday
|
- cron: "17 5 * * 1-5" # run at 5:17 (UTC) on Monday to Friday
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
issues: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
issues: write
|
|
||||||
pull-requests: write
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v8
|
- uses: actions/stale@v8
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue