Add warning against bumping stale issues

This commit is contained in:
jeremystretch 2022-06-07 09:59:59 -04:00
parent 15080aad66
commit 1b8350fe48
2 changed files with 7 additions and 4 deletions

View File

@ -27,7 +27,10 @@ jobs:
This issue has been automatically marked as stale because it has not had This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. NetBox recent activity. It will be closed if no further activity occurs. NetBox
is governed by a small group of core maintainers which means not all opened is governed by a small group of core maintainers which means not all opened
issues may receive direct feedback. Please see our [contributing guide](https://github.com/netbox-community/netbox/blob/develop/CONTRIBUTING.md). issues may receive direct feedback. **Do not** attempt to circumvent this
process by "bumping" the issue; doing so will result in its immediate closure
and you may be barred from participating in any future discussions. Please see
our [contributing guide](https://github.com/netbox-community/netbox/blob/develop/CONTRIBUTING.md).
stale-pr-label: 'pending closure' stale-pr-label: 'pending closure'
stale-pr-message: > stale-pr-message: >
This PR has been automatically marked as stale because it has not had This PR has been automatically marked as stale because it has not had

View File

@ -160,9 +160,9 @@ to aid in issue management.
It is natural that some new issues get more attention than others. The stale It is natural that some new issues get more attention than others. The stale
bot helps bring renewed attention to potentially valuable issues that may have bot helps bring renewed attention to potentially valuable issues that may have
been overlooked. **Do not** comment on an issue that has been marked stale in been overlooked. **Do not** comment on a stale issue merely to "bump" it in an
an effort to circumvent the bot: Doing so will not remove the stale label. effort to circumvent the bot: This will result in the immediate closure of the
(Stale labels can be removed only by maintainers.) issue, and you may be barred from participating in future discussions.
## Maintainer Guidance ## Maintainer Guidance