Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(python): update issue template requirements and workflow definitions #47

Merged
merged 3 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
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@main
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@main
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@main
with:
days-before-issue-stale: 180
days-before-pr-stale: 7
Expand Down
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
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

This file was deleted.

Loading