Node LTS #23
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: 'Handle new issue' | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
handle_new_issue: | |
runs-on: ubuntu-latest | |
name: Handle new issue | |
steps: | |
- name: Find duplicates | |
uses: wow-actions/[email protected] | |
with: | |
GITHUB_TOKEN: ${{ github.token }} | |
label: duplicate | |
comment: > | |
Potential duplicates: {{#issues}} | |
- #{{ number }} _({{ accuracy }}% Match)_ | |
{{/issues}} |