This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
54 additions
and
18 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
daysUntilStale: 14 | ||
daysUntilClose: 3 | ||
exemptLabels: | ||
- "state: completed" | ||
- "state: confirmed" | ||
- "state: help wanted/needed" | ||
- "state: in progress" | ||
staleLabel: "type: abandoned" | ||
markComment: > | ||
This submission has been automatically marked as abandoned because it has not had recent activity. It will be closed in 3 days. If you want to prevent that, leave a new comment. | ||
closeComment: > | ||
Due to no recent activity, this submission is closed now. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: "Support Requests" | ||
|
||
on: | ||
issues: | ||
types: [labeled, unlabeled, reopened] | ||
|
||
jobs: | ||
support-requests: | ||
uses: AlmostReliable/.github/.github/workflows/support.yml@main |
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