Setup Guide should honor allow_unencrypted_doh (reverse proxy TLS termination) #1357
This file contains hidden or 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' | |
| 'jobs': | |
| 'run': | |
| 'runs-on': 'ubuntu-latest' | |
| 'steps': | |
| - 'uses': 'wow-actions/potential-duplicates@v1' | |
| 'with': | |
| 'GITHUB_TOKEN': '${{ secrets.GITHUB_TOKEN }}' | |
| 'state': 'all' | |
| 'threshold': 0.6 | |
| 'comment': | | |
| Potential duplicates: {{#issues}} | |
| * [#{{ number }}] {{ title }} ({{ accuracy }}%) | |
| {{/issues}} |