Fix indent in the "no response" workflow config file
This commit is contained in:
parent
d6fb886d1a
commit
f8fffeeaf4
1 changed files with 9 additions and 9 deletions
18
.github/workflows/no_response.yml
vendored
18
.github/workflows/no_response.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
types: [created]
|
||||
schedule:
|
||||
# Schedule to run once per day
|
||||
- cron: '19 20 * * *'
|
||||
- cron: '19 32 * * *'
|
||||
|
||||
jobs:
|
||||
no-response:
|
||||
|
|
@ -17,11 +17,11 @@ jobs:
|
|||
- uses: lee-dohm/no-response@v0.5.0
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
daysUntilClose: 100
|
||||
responseRequiredLabel: "repro needed"
|
||||
closeComment: >
|
||||
This issue has been automatically closed because there has been no response
|
||||
to our request for more information from the original author since 100 days
|
||||
and we're unable to do anything about the problem without more information.
|
||||
Please comment on this issue if you can provide any additional data so that
|
||||
we could investigate it further.
|
||||
daysUntilClose: 100
|
||||
responseRequiredLabel: "repro needed"
|
||||
closeComment: >
|
||||
This issue has been automatically closed because there has been no response
|
||||
to our request for more information from the original author since 100 days
|
||||
and we're unable to do anything about the problem without more information.
|
||||
Please comment on this issue if you can provide any additional data so that
|
||||
we could investigate it further.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue