Skip to content

Bump mikefarah/yq from 4.0.0.pre.beta1 to 4.44.2 #8548

Bump mikefarah/yq from 4.0.0.pre.beta1 to 4.44.2

Bump mikefarah/yq from 4.0.0.pre.beta1 to 4.44.2 #8548

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/issue-comment-action@v1.3.1
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 }}"