Skip to content

Commit

Permalink
Merge pull request pimcore#16489 from pimcore/stale_config_update
Browse files Browse the repository at this point in the history
Stale config update
  • Loading branch information
wisconaut authored Jan 18, 2024
2 parents 8dce605 + b98101d commit 46d5316
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

permissions:
contents: read
actions: write

jobs:
stale:
Expand All @@ -15,14 +16,15 @@ jobs:
steps:
- uses: actions/stale@v9
with:
days-before-stale: 20
days-before-close: 365
days-before-issue-stale: 20
days-before-issue-close: -1
days-before-pr-stale: -1
days-before-pr-close: -1
exempt-all-milestones: true
exempt-issue-labels: 'Pimcore:Priority,Pimcore:Backlog,Pimcore:ToDo'
remove-stale-when-updated: false
stale-issue-label: 'PR Welcome'
operations-per-run: 100
stale-issue-message: >
Thanks a lot for reporting the issue.
We did not consider the issue as "Priority" or "Backlog",
Expand Down

0 comments on commit 46d5316

Please sign in to comment.