mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
23 lines
544 B
YAML
23 lines
544 B
YAML
---
|
|
# 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.
|
|
|
|
name: Issues
|
|
|
|
on:
|
|
issues:
|
|
types: [labeled, unlabeled]
|
|
discussion:
|
|
types: [labeled, unlabeled]
|
|
|
|
jobs:
|
|
label:
|
|
name: Label Actions
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Label Actions
|
|
uses: dessant/label-actions@v2
|
|
with:
|
|
github-token: ${{ secrets.GH_BOT_TOKEN }}
|