mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-09 22:21:49 +01:00
Add action for inactive issues.
This commit is contained in:
parent
4cfd419565
commit
0d9485ddec
20
.github/label-commenter-config.yml
vendored
20
.github/label-commenter-config.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user