mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 23:10:13 +00:00
459c604803
Some checks failed
CI / GitHub Env Debug (push) Has been cancelled
CI / Setup Release (push) Has been cancelled
CI / Setup Flatpak Matrix (push) Has been cancelled
CI Docker / Check Dockerfiles (push) Has been cancelled
CodeQL / Get language matrix (push) Has been cancelled
Build GH-Pages / update_pages (push) Has been cancelled
CI / Linux Flatpak (push) Has been cancelled
CI / Linux ${{ matrix.type }} (-DSUNSHINE_BUILD_APPIMAGE=ON, 22.04, AppImage) (push) Has been cancelled
CI / Homebrew (${{ matrix.os_name }}-${{ matrix.os_version }}${{ matrix.release == true && ' (Release)' || '' }}) (macos, 12) (push) Has been cancelled
CI / Homebrew (${{ matrix.os_name }}-${{ matrix.os_version }}${{ matrix.release == true && ' (Release)' || '' }}) (macos, 13) (push) Has been cancelled
CI / Homebrew (${{ matrix.os_name }}-${{ matrix.os_version }}${{ matrix.release == true && ' (Release)' || '' }}) (macos, 14) (push) Has been cancelled
CI / Homebrew (${{ matrix.os_name }}-${{ matrix.os_version }}${{ matrix.release == true && ' (Release)' || '' }}) (ubuntu, latest) (push) Has been cancelled
CI / Homebrew (${{ matrix.os_name }}-${{ matrix.os_version }}${{ matrix.release == true && ' (Release)' || '' }}) (ubuntu, latest, true) (push) Has been cancelled
CI / Macports (macOS-${{ matrix.os_version }}) (12, true) (push) Has been cancelled
CI / Macports (macOS-${{ matrix.os_version }}) (13) (push) Has been cancelled
CI / Macports (macOS-${{ matrix.os_version }}) (14) (push) Has been cancelled
CI / Windows (push) Has been cancelled
CI Docker / Setup Release (push) Has been cancelled
CI Docker / Lint Dockerfile${{ matrix.tag }} (push) Has been cancelled
CI Docker / Docker${{ matrix.tag }} (push) Has been cancelled
CodeQL / Analyze (${{ matrix.name }}) (push) Has been cancelled
50 lines
1.6 KiB
YAML
50 lines
1.6 KiB
YAML
---
|
|
# This file 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.
|
|
|
|
# Configuration for Label Actions - https://github.com/dessant/label-actions
|
|
|
|
added:
|
|
comment: >
|
|
This feature has been added and will be available in the next release.
|
|
fixed:
|
|
comment: >
|
|
This issue has been fixed and will be available in the next release.
|
|
invalid:duplicate:
|
|
comment: >
|
|
:wave: @{issue-author}, this appears to be a duplicate of a pre-existing issue.
|
|
close: true
|
|
lock: true
|
|
unlabel: 'status:awaiting-triage'
|
|
|
|
-invalid:duplicate:
|
|
reopen: true
|
|
unlock: true
|
|
|
|
invalid:support:
|
|
comment: >
|
|
:wave: @{issue-author}, we use the issue tracker exclusively for bug reports.
|
|
However, this issue appears to be a support request. Please use our
|
|
[Support Center](https://app.lizardbyte.dev/support) for support issues. Thanks.
|
|
close: true
|
|
lock: true
|
|
lock-reason: 'off-topic'
|
|
unlabel: 'status:awaiting-triage'
|
|
|
|
-invalid:support:
|
|
reopen: true
|
|
unlock: true
|
|
|
|
invalid:template-incomplete:
|
|
issues:
|
|
comment: >
|
|
:wave: @{issue-author}, please edit your issue to complete the template with
|
|
all the required info. Your issue will be automatically closed in 5 days if
|
|
the template is not completed. Thanks.
|
|
prs:
|
|
comment: >
|
|
:wave: @{issue-author}, please edit your PR to complete the template with
|
|
all the required info. Your PR will be automatically closed in 5 days if
|
|
the template is not completed. Thanks.
|