We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23358f commit 6f60404Copy full SHA for 6f60404
.github/workflows/no-response.yml
@@ -14,8 +14,10 @@ on:
14
jobs:
15
noResponse:
16
runs-on: ubuntu-latest
17
+ permissions:
18
+ issues: write
19
steps:
- - uses: lee-dohm/[email protected]
20
+ - uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb #v0.5.0
21
with:
22
token: ${{ github.token }}
23
daysUntilClose: 14 # Number of days of inactivity before an Issue is closed for lack of response
0 commit comments