Electroblob's wizardry. Null error due to smoke bomb, cannot load world properly on startup without crashing. #148
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
name: Potential Duplicates | |
on: | |
issues: | |
types: [opened, edited] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: bubkoo/potential-duplicates@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
label: potential duplicate | |
exclude: | | |
adding | |
add | |
creating | |
create | |
icons | |
icon | |
logos | |
logo | |
missing | |
miss | |
needing | |
need | |
please | |
requesting | |
request | |
1.12.2 | |
wizardry | |
state: all | |
threshold: 0.7 | |
comment: | | |
This issue is potentially a duplicate of one of the following issues: | |
{{#issues}} | |
- [#{{ number }}] {{ title }} ({{ accuracy }}% match) | |
{{/issues}} |