Skip to content

Commit

Permalink
update w/ comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Jul 11, 2024
1 parent e6760f6 commit 84ef21d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ body:
- "Yes, but I can only provide ideas and feedback."
- "No, I cannot contribute."
validations:
required: true
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ body:
- "Yes, but I can only provide ideas and feedback."
- "No, I cannot contribute."
validations:
required: true
required: false
46 changes: 0 additions & 46 deletions .github/workflows/reusable-stale.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ on:

jobs:
stale-high-priority:
uses: ./.github/workflows/reusable-stale.yaml
uses: genomicmedlab/software-templates/.github/workflows/reusable-stale.yaml
with:
days-before-issue-stale: 90
days-before-pr-stale: 1
labels: priority:high

stale-medium-priority:
uses: ./.github/workflows/reusable-stale.yaml
uses: genomicmedlab/software-templates/.github/workflows/reusable-stale.yaml
with:
days-before-issue-stale: 135
days-before-pr-stale: 3
labels: priority:medium

stale-low-priority:
uses: ./.github/workflows/reusable-stale.yaml
uses: genomicmedlab/software-templates/.github/workflows/reusable-stale.yaml
with:
days-before-issue-stale: 180
days-before-pr-stale: 7
Expand Down

0 comments on commit 84ef21d

Please sign in to comment.