Skip to content

Commit 45cebb0

Browse files
chore(python): update issue template requirements and workflow definitions (#47)
--------- Co-authored-by: Kori Kuzma <[email protected]>
1 parent 1163048 commit 45cebb0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ on:
66

77
jobs:
88
stale-high-priority:
9-
uses: ./.github/workflows/reusable-stale.yaml
9+
uses: genomicmedlab/software-templates/.github/workflows/reusable-stale.yaml@main
1010
with:
1111
days-before-issue-stale: 90
1212
days-before-pr-stale: 1
1313
labels: priority:high
1414

1515
stale-medium-priority:
16-
uses: ./.github/workflows/reusable-stale.yaml
16+
uses: genomicmedlab/software-templates/.github/workflows/reusable-stale.yaml@main
1717
with:
1818
days-before-issue-stale: 135
1919
days-before-pr-stale: 3
2020
labels: priority:medium
2121

2222
stale-low-priority:
23-
uses: ./.github/workflows/reusable-stale.yaml
23+
uses: genomicmedlab/software-templates/.github/workflows/reusable-stale.yaml@main
2424
with:
2525
days-before-issue-stale: 180
2626
days-before-pr-stale: 7

python/{{cookiecutter.project_slug}}/.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ body:
8282
- "Yes, but I can only provide ideas and feedback."
8383
- "No, I cannot contribute."
8484
validations:
85-
required: true
85+
required: false

python/{{cookiecutter.project_slug}}/.github/ISSUE_TEMPLATE/feature-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ body:
5757
- "Yes, but I can only provide ideas and feedback."
5858
- "No, I cannot contribute."
5959
validations:
60-
required: true
60+
required: false

0 commit comments

Comments
 (0)