mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-12-26 19:20:22 +00:00
Job-level permission for action
This commit is contained in:
parent
54e9f9aa7a
commit
ce8f2395d5
4
.github/workflows/no-response.yml
vendored
4
.github/workflows/no-response.yml
vendored
@ -4,11 +4,11 @@ on:
|
|||||||
types: [created]
|
types: [created]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *" # daily at 00:00
|
- cron: "0 0 * * *" # daily at 00:00
|
||||||
permissions:
|
|
||||||
issues: write
|
|
||||||
jobs:
|
jobs:
|
||||||
no-response:
|
no-response:
|
||||||
if: github.repository == 'ajeetdsouza/zoxide'
|
if: github.repository == 'ajeetdsouza/zoxide'
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: lee-dohm/no-response@v0.5.0
|
- uses: lee-dohm/no-response@v0.5.0
|
||||||
|
Loading…
Reference in New Issue
Block a user