diff --git a/.github/workflows/autoLabelDuplicate.yml b/.github/workflows/autoLabelDuplicate.yml index eb2fd1ce570d6..756a982258751 100644 --- a/.github/workflows/autoLabelDuplicate.yml +++ b/.github/workflows/autoLabelDuplicate.yml @@ -9,6 +9,6 @@ jobs: steps: - uses: Amwam/issue-comment-action@v1.3.1 with: - keywords: '["duplicate of"]' + keywords: '["duplicate of #", "duplicate of https://github.com/FreeTubeApp/FreeTube/issues/", "duplicate of https://github.com/FreeTubeApp/FreeTube/pulls/"]' labels: '["U: duplicate"]' github-token: "${{ secrets.GITHUB_TOKEN }}"