mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Compare commits
2 commits
8b931a77d4
...
858573e0a9
Author | SHA1 | Date | |
---|---|---|---|
|
858573e0a9 | ||
|
79188b06f4 |
1 changed files with 72 additions and 12 deletions
84
.github/label-actions.yml
vendored
84
.github/label-actions.yml
vendored
|
@ -8,37 +8,97 @@
|
||||||
This issue is a duplicate. Please direct all discussion to the original issue.
|
This issue is a duplicate. Please direct all discussion to the original issue.
|
||||||
# Close the issue
|
# Close the issue
|
||||||
close: true
|
close: true
|
||||||
# Remove other status labels
|
|
||||||
unlabel:
|
|
||||||
- 'status: pending triage'
|
|
||||||
# Set a close reason
|
# Set a close reason
|
||||||
close-reason: 'not planned'
|
close-reason: 'not planned'
|
||||||
|
# Remove other status labels
|
||||||
|
unlabel:
|
||||||
|
- 'status: accepted'
|
||||||
|
- 'status: bug reproduced'
|
||||||
|
- 'status: cannot reproduce'
|
||||||
|
- 'status: needs clarification'
|
||||||
|
- 'status: needs revision'
|
||||||
|
- 'status: pending pull request'
|
||||||
|
- 'status: pending triage'
|
||||||
|
- 'status: rejected'
|
||||||
|
- 'status: resolved'
|
||||||
|
- 'status: reviewing internally'
|
||||||
|
- 'status: stale'
|
||||||
prs:
|
prs:
|
||||||
# Post a comment
|
# Post a comment
|
||||||
comment: >
|
comment: >
|
||||||
This pull request is a duplicate. Please direct all discussion to the original pull request.
|
This pull request is a duplicate. Please direct all discussion to the original pull request.
|
||||||
# Remove other status labels
|
|
||||||
unlabel:
|
|
||||||
- 'status: pending triage'
|
|
||||||
# Close the pull request
|
# Close the pull request
|
||||||
close: true
|
close: true
|
||||||
# Set a close reason
|
# Set a close reason
|
||||||
close-reason: 'not planned'
|
close-reason: 'not planned'
|
||||||
|
# Remove other status labels
|
||||||
|
unlabel:
|
||||||
|
- 'status: accepted'
|
||||||
|
- 'status: bug reproduced'
|
||||||
|
- 'status: cannot reproduce'
|
||||||
|
- 'status: needs clarification'
|
||||||
|
- 'status: needs revision'
|
||||||
|
- 'status: pending pull request'
|
||||||
|
- 'status: pending triage'
|
||||||
|
- 'status: rejected'
|
||||||
|
- 'status: resolved'
|
||||||
|
- 'status: reviewing internally'
|
||||||
|
- 'status: stale'
|
||||||
|
|
||||||
'status: rejected':
|
'status: rejected':
|
||||||
issues:
|
issues:
|
||||||
# Close the issue
|
# Close the issue
|
||||||
close: true
|
close: true
|
||||||
# Remove other status labels
|
|
||||||
unlabel:
|
|
||||||
- 'status: pending triage'
|
|
||||||
# Set a close reason
|
# Set a close reason
|
||||||
close-reason: 'not planned'
|
close-reason: 'not planned'
|
||||||
|
# Remove other status labels
|
||||||
|
unlabel:
|
||||||
|
- 'status: accepted'
|
||||||
|
- 'status: bug reproduced'
|
||||||
|
- 'status: cannot reproduce'
|
||||||
|
- 'status: duplicate'
|
||||||
|
- 'status: needs clarification'
|
||||||
|
- 'status: needs revision'
|
||||||
|
- 'status: pending pull request'
|
||||||
|
- 'status: pending triage'
|
||||||
|
- 'status: resolved'
|
||||||
|
- 'status: reviewing internally'
|
||||||
|
- 'status: stale'
|
||||||
prs:
|
prs:
|
||||||
# Close the pull request
|
# Close the pull request
|
||||||
close: true
|
close: true
|
||||||
# Remove other status labels
|
|
||||||
unlabel:
|
|
||||||
- 'status: pending triage'
|
|
||||||
# Set a close reason
|
# Set a close reason
|
||||||
close-reason: 'not planned'
|
close-reason: 'not planned'
|
||||||
|
# Remove other status labels
|
||||||
|
unlabel:
|
||||||
|
- 'status: accepted'
|
||||||
|
- 'status: bug reproduced'
|
||||||
|
- 'status: cannot reproduce'
|
||||||
|
- 'status: duplicate'
|
||||||
|
- 'status: needs clarification'
|
||||||
|
- 'status: needs revision'
|
||||||
|
- 'status: pending pull request'
|
||||||
|
- 'status: pending triage'
|
||||||
|
- 'status: resolved'
|
||||||
|
- 'status: reviewing internally'
|
||||||
|
- 'status: stale'
|
||||||
|
|
||||||
|
'status: resolved':
|
||||||
|
issues:
|
||||||
|
# Close the issue
|
||||||
|
close: true
|
||||||
|
# Set a close reason
|
||||||
|
close-reason: 'completed'
|
||||||
|
# Remove other status labels
|
||||||
|
unlabel:
|
||||||
|
- 'status: accepted'
|
||||||
|
- 'status: bug reproduced'
|
||||||
|
- 'status: cannot reproduce'
|
||||||
|
- 'status: duplicate'
|
||||||
|
- 'status: needs clarification'
|
||||||
|
- 'status: needs revision'
|
||||||
|
- 'status: pending pull request'
|
||||||
|
- 'status: pending triage'
|
||||||
|
- 'status: rejected'
|
||||||
|
- 'status: reviewing internally'
|
||||||
|
- 'status: stale'
|
||||||
|
|
Loading…
Reference in a new issue