Add action for inactive issues.

This commit is contained in:
Andre_601 2020-11-15 15:45:49 +01:00 committed by GitHub
parent 4cfd419565
commit 0d9485ddec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -104,6 +104,26 @@ labels:
body: |-
After further investigation is the issue you encounter indeed considered a bug and we will try to fix it as soon as possible.
> *This is an automated response created by a GitHub-Action.*
> *Responding to the bot or mentioning it won't have any effect!*
action: open
- name: 'Type: Inactive'
labeled:
issue:
body: |-
The issue was marked as "inactive" which means it didn't recieve any responses from the Author for a long period of time.
To keep the issue-tracker clean and up to date are we closing issues, that didn't receive any responses for a long time.
If you're the Author and this issue is still present, make sure to respond to this issue with extra info and **do not create a new issue for the same problem!**
> *This is an automated response created by a GitHub-Action.*
> *Responding to the bot or mentioning it won't have any effect!*
action: close
unlabeled:
issue:
body: |-
The issue received a response from the Author who confirms this to still be prominent and has therefore been reopened.
> *This is an automated response created by a GitHub-Action.*
> *Responding to the bot or mentioning it won't have any effect!*
action: open