This action adds an affiliate
or partner
label to any issues with the application
label. The issue has to have a valid Twitch Channel URL to work. If the Twitch channel is neither of these statuses, a friendly comment is added and the issue is closed.
repo-token - See usage for what you need in your workflow
NONE
on: issues: types: [opened, edited]
jobs: twitch_url_check: runs-on: ubuntu-latest name: A job to label affiliates or partners steps: - name: The main step id: main uses: livecoders/issues-twitch-url-checker@master with: repo-token: "${{ secrets.GITHUB_TOKEN }}"