This repository has been archived by the owner on Oct 13, 2024. It is now read-only.
Some Themes do not work on AppleTV/iOS devices #5
This file contains 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
--- | |
# This action is centrally managed in https://github.com/<organization>/.github/ | |
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in | |
# the above-mentioned repo. | |
# Label and un-label actions using `../label-actions.yml`. | |
name: Issues | |
on: | |
issues: | |
types: [labeled, unlabeled] | |
discussion: | |
types: [labeled, unlabeled] | |
jobs: | |
label: | |
name: Label Actions | |
if: startsWith(github.repository, 'LizardByte/') | |
runs-on: ubuntu-latest | |
steps: | |
- name: Label Actions | |
uses: dessant/label-actions@v3 | |
with: | |
github-token: ${{ secrets.GH_BOT_TOKEN }} |