Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT]: Miss Sound Preference #3869

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
09b42f3
Rewrite CHANGELOG.md for v0.5.2
EliteMasterEric Oct 12, 2024
c0b15ec
[docs] Add missing changes and links to Changelog (#3655)
Hundrec Oct 23, 2024
79188b0
Make label actions more convenient (#3771)
Hundrec Nov 3, 2024
9e13ea0
fixed a plethora of dead links (#3831)
AbnormalPoof Nov 4, 2024
ba6b4ab
Miss Sound Preference
JVNpixels Nov 16, 2024
0990842
Update Save.hx
JVNpixels Nov 16, 2024
544829f
Merge pull request #2 from JVNpixels/patch-11
JVNpixels Nov 16, 2024
919d98b
Update PreferencesMenu.hx
JVNpixels Nov 16, 2024
6fa00ed
Update PlayState.hx
JVNpixels Nov 16, 2024
84b48ed
Update PreferencesMenu.hx
JVNpixels Nov 16, 2024
be08bbe
Add `status: planned` label to label actions (#3910)
Hundrec Dec 3, 2024
861e1e7
Update PreferencesMenu.hx
JVNpixels Dec 16, 2024
5173599
Bump the Stage data version to indicate that new values were added.
EliteMasterEric Oct 12, 2024
4ce83b2
Updated Save data version to indicate new values.
EliteMasterEric Oct 12, 2024
7f8937d
Only display the Stage Editor in builds that enable it, and enable it…
EliteMasterEric Oct 12, 2024
36d7de5
Enable log messages on all builds by default after we got too many co…
EliteMasterEric Oct 18, 2024
2383fdf
Remove unused custom type resolver.
EliteMasterEric Oct 18, 2024
ec9ec20
Update save data format and error handling.
EliteMasterEric Oct 18, 2024
d6db842
Fix a typo.
EliteMasterEric Oct 18, 2024
b5c5693
proj hxp version bump
ninjamuffin99 Oct 18, 2024
61a7978
changelog yoink
ninjamuffin99 Oct 22, 2024
bb24821
Remove duplicate issue detector. (#3944)
EliteMasterEric Dec 18, 2024
cb131d8
Merge branch 'develop' into main
EliteMasterEric Jan 17, 2025
bc521b7
"Fixed" the Apache 2.0 LICENSE file part (#3843)
PatoFlamejanteTV Jan 17, 2025
c3a188b
[GITHUB] Create a dedicated charting issue template (and bump version…
Hundrec Jan 17, 2025
5d5d12d
[ENHANCEMENT]: Compiling Error Issue Template (#3835)
JVNpixels Jan 17, 2025
4908adc
Update Save.hx
JVNpixels Jan 18, 2025
48a72ce
Add status: stale to auto-close (#4017)
Hundrec Jan 23, 2025
981aad2
Change size label names in PR labeler (#3918)
Hundrec Jan 23, 2025
2adae38
Update Contributing section in README (#4026)
Hundrec Jan 23, 2025
7e0f4d9
Update labeler workflow (#4023)
AbnormalPoof Jan 23, 2025
0c06ba9
Add needs r&d label to unlabel list (#4034)
Hundrec Jan 24, 2025
3d61c26
Merge branch 'FunkinCrew:main' into patch-10
JVNpixels Jan 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading