"You are currently in preview mode. Join this server to start chatting!" what's the fix? #362
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: Check issues for potential duplicates | |
on: | |
issues: | |
types: [opened, edited] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/potential-duplicates@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
exclude: 'WebCord Discord Fosscord broken bug' | |
state: all | |
threshold: 0.6 | |
reactions: 'confused' | |
comment: | | |
Potential duplicates: {{#issues}} | |
- [#{{ number }}] {{ title }} ({{ accuracy }}%) | |
{{/issues}} |