This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
Won't re-connect when computer wakes from sleep #26
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
name: 'Out-of-scope Issue' | |
on: | |
issues: | |
types: [labeled, unlabeled, reopened] | |
permissions: | |
issues: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/support-requests@v2 | |
with: | |
github-token: ${{ github.token }} | |
support-label: 'out-of-scope' | |
issue-comment: > | |
:wave: @{issue-author}, unfortunately this topic is out of scope | |
of the projects' overall goals and will not be worked on. | |
close-issue: true | |
lock-issue: true | |
issue-lock-reason: 'off-topic' |