mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 06:37: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:
|
jobs:
|
||||||
noResponse:
|
noResponse:
|
||||||
|
if: github.repository_owner == 'ledgersmb'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: lee-dohm/no-response@v0.5.0
|
- uses: actions/stale@v9
|
||||||
with:
|
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
|
# Number of days of inactivity before an Issue is closed for lack of response
|
||||||
daysUntilClose: 90
|
days-before-close: 90
|
||||||
# Label requiring a response
|
# Label requiring a response
|
||||||
responseRequiredLabel: waiting-for-user
|
close-issue-message: >
|
||||||
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
|
|
||||||
closeComment: >
|
|
||||||
Closing: more than 90 days without user response. Feel free to reopen with your comments.
|
Closing: more than 90 days without user response. Feel free to reopen with your comments.
|
||||||
|
Loading…
Reference in New Issue
Block a user