Skip to content

[Feature Request]: Compiling issue list #206

[Feature Request]: Compiling issue list

[Feature Request]: Compiling issue list #206

name: "Label Duplicate"
on:
issue_comment:
types: [created]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Amwam/[email protected]
with:
keywords: '["duplicate of"]'
labels: '["U: duplicate"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"