Skip to content

[Feature Request]: Replace "Forcing RSS to avoid rate limiting" info message with a visual cue that RSS is activated (UI improvement) #11784

[Feature Request]: Replace "Forcing RSS to avoid rate limiting" info message with a visual cue that RSS is activated (UI improvement)

[Feature Request]: Replace "Forcing RSS to avoid rate limiting" info message with a visual cue that RSS is activated (UI improvement) #11784

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