Commit a5c2862e by Maurits van Beusekom Committed by GitHub

Replace the stale both with more advanced version (#1088)

parent 934fe83d
name: No Response name: 'No Response'
# Both `issue_comment` and `scheduled` event types are required for this Action # Both `issue_comment` and `scheduled` event types are required for this Action
# to work properly. # to work properly.
...@@ -15,24 +15,16 @@ permissions: ...@@ -15,24 +15,16 @@ permissions:
issues: write issues: write
jobs: jobs:
noResponse: stale:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.repository == 'baseflow/flutter-permission-handler' }}
steps: steps:
- uses: godofredoc/no-response@0ce2dc0e63e1c7d2b87752ceed091f6d32c9df09 - uses: actions/stale@v8
with: with:
token: ${{ github.token }} any-of-labels: 'status: needs more info'
# Comment to post when closing an Issue for lack of response. Set to `false` to disable close-issue-message: >
closeComment: > Without additional information, we are unfortunately not able to resolve this issue.
Without additional information, we are unfortunately not sure how to Therefore, we reluctantly closed this issue for now.
resolve this issue. We are therefore reluctantly going to close this If you run into this issue later, feel free to file a new issue with a reference to this issue.
bug for now. Add a description of detailed steps to reproduce, expected and current behaviour, logs and the output of 'flutter doctor -v'.
If you find this problem please file a new issue with the same description,
what happens, logs and the output of 'flutter doctor -v'. All system setups
can be slightly different so it's always better to open new issues and reference
the related ones.
Thanks for your contribution. Thanks for your contribution.
# Number of days of inactivity before an issue is closed for lack of response. days-before-close: 14
daysUntilClose: 14
# Label requiring a response.
responseRequiredLabel: "status: needs more info"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment