mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-11 19:27:11 -04:00
Change to actions/stale from no-response action
This commit is contained in:
parent
5670f5760f
commit
7cea8cfb8d
13
.github/workflows/no-response.yml
vendored
13
.github/workflows/no-response.yml
vendored
@ -11,15 +11,16 @@ on:
|
||||
|
||||
jobs:
|
||||
noResponse:
|
||||
if: github.repository_owner == 'ledgersmb'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: lee-dohm/no-response@v0.5.0
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
days-before-issue-stale: -1
|
||||
days-before-pr-stale: -1
|
||||
stale-issue-label: waiting-for-user
|
||||
# Number of days of inactivity before an Issue is closed for lack of response
|
||||
daysUntilClose: 90
|
||||
days-before-close: 90
|
||||
# Label requiring a response
|
||||
responseRequiredLabel: waiting-for-user
|
||||
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
|
||||
closeComment: >
|
||||
close-issue-message: >
|
||||
Closing: more than 90 days without user response. Feel free to reopen with your comments.
|
||||
|
Loading…
Reference in New Issue
Block a user