[Bug]: Error: Error invoking remote method 'generate-po-token': Error: Failed to fetch #16945
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: "Label Duplicate" | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| test: | |
| if: github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check Comment Author | |
| uses: Amwam/[email protected] | |
| with: | |
| 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 }}" |