Skip to content

[Feature Request]: Download progress - a way of viewing all downloads with progres bars (similar to the way it can be checked in browsers such as Firefox or Chromium) #11009

[Feature Request]: Download progress - a way of viewing all downloads with progres bars (similar to the way it can be checked in browsers such as Firefox or Chromium)

[Feature Request]: Download progress - a way of viewing all downloads with progres bars (similar to the way it can be checked in browsers such as Firefox or Chromium) #11009

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 }}"