Permalink
Cannot retrieve contributors at this time
36 lines (34 sloc)
1.06 KB
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
gh-pages/.github/label-commenter-config.yml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
labels: | |
- name: resolved | |
labeled: | |
issue: | |
body: | | |
This issue has been **LOCKED** because of it being resolved! | |
The issue has been fixed and is therefore considered resolved. | |
If you still encounter this or it has changed, open a new issue instead of responding to solved ones. | |
action: close | |
locking: lock | |
lock_reason: resolved | |
- name: inactive | |
labeled: | |
issue: | |
body: | | |
This issue has been marked as inactive. | |
If you still encounter this or it has changed, add a comment to provide further information. | |
- name: stale | |
labeled: | |
issue: | |
body: | | |
This issue has been **LOCKED** because of it being old. | |
If you still encounter this or it has changed, open a new issue. | |
action: close | |
locking: lock | |
lock_reason: resolved | |
- name: duplicate | |
labeled: | |
issue: | |
body: | | |
This issue has been closed because of duplication. | |
action: close | |
locking: lock | |
lock_reason: resolved |