Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 5480d54
Author: Kade <[email protected]>
Date:   Sat Dec 28 14:40:19 2024 -0800

    Custom render distance strumline

commit bb24821
Author: Eric <[email protected]>
Date:   Wed Dec 18 10:44:01 2024 -0500

    Remove duplicate issue detector. (FunkinCrew#3944)

commit 61a7978
Author: Cameron Taylor <[email protected]>
Date:   Tue Oct 22 12:14:14 2024 -0400

    changelog yoink

commit b5c5693
Author: Cameron Taylor <[email protected]>
Date:   Fri Oct 18 19:51:06 2024 -0400

    proj hxp version bump

commit d6db842
Author: EliteMasterEric <[email protected]>
Date:   Fri Oct 18 17:22:36 2024 -0400

    Fix a typo.

commit ec9ec20
Author: EliteMasterEric <[email protected]>
Date:   Fri Oct 18 17:11:09 2024 -0400

    Update save data format and error handling.

commit 2383fdf
Author: EliteMasterEric <[email protected]>
Date:   Fri Oct 18 16:33:22 2024 -0400

    Remove unused custom type resolver.

commit 36d7de5
Author: EliteMasterEric <[email protected]>
Date:   Fri Oct 18 16:00:06 2024 -0400

    Enable log messages on all builds by default after we got too many complaints.

commit 7f8937d
Author: EliteMasterEric <[email protected]>
Date:   Fri Oct 11 23:52:07 2024 -0400

    Only display the Stage Editor in builds that enable it, and enable it by default (this re-enables the Stage Editor keybind).

commit 4ce83b2
Author: EliteMasterEric <[email protected]>
Date:   Fri Oct 11 23:48:19 2024 -0400

    Updated Save data version to indicate new values.

commit 5173599
Author: EliteMasterEric <[email protected]>
Date:   Fri Oct 11 23:43:57 2024 -0400

    Bump the Stage data version to indicate that new values were added.

commit be08bbe
Author: Hundrec <[email protected]>
Date:   Tue Dec 3 14:21:53 2024 -0800

    Add `status: planned` label to label actions (FunkinCrew#3910)

    * Make label actions more convenient

    * chore: Add status: planned to label actions

commit 9e13ea0
Author: Abnormal <[email protected]>
Date:   Mon Nov 4 18:13:37 2024 +0000

    fixed a plethora of dead links (FunkinCrew#3831)

commit 79188b0
Author: Hundrec <[email protected]>
Date:   Sun Nov 3 12:54:51 2024 -0800

    Make label actions more convenient (FunkinCrew#3771)

commit c0b15ec
Author: Hundrec <[email protected]>
Date:   Wed Oct 23 14:30:52 2024 -0700

    [docs] Add missing changes and links to Changelog (FunkinCrew#3655)

    * changelog sweep

    * Resolve a few conflicts

    * Resolve more conflicts

    * DadBattle

    * Re-add @ianharrigan

    * Add links to 0.5.0

    * Add links and contributors to 0.4.1 and 0.4.0

    * Add links to 0.3.3 and finishing touches

    * Add and polish 0.5.3 changes

    * Make spacing consistent

commit 09b42f3
Author: Eric <[email protected]>
Date:   Fri Oct 11 23:56:17 2024 -0400

    Rewrite CHANGELOG.md for v0.5.2
  • Loading branch information
charlesisfeline committed Dec 28, 2024
1 parent cfd4589 commit f8ae85e
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 170 deletions.
81 changes: 73 additions & 8 deletions .github/label-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,102 @@
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: 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: planned'
- '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: 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: planned'
- '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: planned'
- 'status: rejected'
- 'status: reviewing internally'
- 'status: stale'
30 changes: 0 additions & 30 deletions .github/workflows/label-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,6 @@ on:
- edited

jobs:
# When an issue is opened, perform a similarity check for potential duplicates.
# If some are found, add a label and comment listing the potential duplicate issues.
potential-duplicate:
name: Detect potential duplicate issues
runs-on: ubuntu-latest
steps:
- uses: wow-actions/potential-duplicates@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Issue title filter work with anymatch https://www.npmjs.com/package/anymatch.
# Any matched issue will stop detection immediately.
# You can specify multi filters in each line.
filter: ''
# Exclude keywords in title before detecting.
exclude: ''
# Label to set, when potential duplicates are detected.
label: 'potential duplicate'
# Get issues with state to compare. Supported state: 'all', 'closed', 'open'.
state: all
# If similarity is higher than this threshold([0,1]), issue will be marked as duplicate.
# Turn this up if the detection is too sensitive
threshold: 0.6
# Reactions to be add to comment when potential duplicates are detected.
# Available reactions: "-1", "+1", "confused", "laugh", "heart", "hooray", "rocket", "eyes"
# reactions: '-1'
# Comment to post when potential duplicates are detected.
comment: >
Potential duplicates: {{#issues}}
- [#{{ number }}] {{ title }} ({{ accuracy }}%)
{{/issues}}
# When an issue is opened, detect if it has an empty body or incomplete issue form.
# If it does, close the issue immediately.
empty-issues:
Expand Down
Loading

0 comments on commit f8ae85e

Please sign in to comment.