FreeTube/.github/workflows/autoLabelDuplicate.yml
efb4f5ff-1298-471a-8973-3d47447115dc 7100050934
test workflow API rate limit exceeded (#2188)
* Create autoLabelDuplicate.yml

* Update autoLabelDuplicate.yml

* Update remove-outdated-labels.yml

* Update dependent-issues.yml
2022-04-10 21:32:32 -04:00

15 lines
311 B
YAML

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