Skip to content

Commit

Permalink
chore: use GML reusable-stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma authored Jul 15, 2024
1 parent 980cc8b commit ac8c500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 49 deletions.
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@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

0 comments on commit ac8c500

Please sign in to comment.