Skip to content

Commit

Permalink
Merge branch 'FunkinCrew:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
JVNpixels authored Nov 6, 2024
2 parents d9336f2 + 9e13ea0 commit fca7c97
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 135 deletions.
76 changes: 68 additions & 8 deletions .github/label-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,97 @@
This issue is a duplicate. Please direct all discussion to the original issue.
# Close the issue
close: true
# Set a close reason
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'
# Set a close reason
close-reason: 'not planned'
- 'status: rejected'
- 'status: resolved'
- 'status: reviewing internally'
- 'status: stale'
prs:
# Post a comment
comment: >
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: true
# Set a close reason
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':
issues:
# Close the issue
close: true
# Set a close reason
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'
# Set a close reason
close-reason: 'not planned'
- 'status: resolved'
- 'status: reviewing internally'
- 'status: stale'
prs:
# Close the pull request
close: true
# Set a close reason
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: 'not planned'
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

0 comments on commit fca7c97

Please sign in to comment.