Skip to content

Commit

Permalink
Merge pull request #49 from Artemchik542/stale-change
Browse files Browse the repository at this point in the history
Увеличивает время ожидания до автозакрытия пиаров до 30 дней
  • Loading branch information
BeebBeebBoob authored Mar 4, 2025
2 parents 580a1be + 7ec4db0 commit 4a8d916
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@ jobs:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: "This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself."
days-before-stale: 7
days-before-close: 7
# SS220 EDIT BEGIN CHANGE
# stale-pr-message: "This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself."
# days-before-stale: 7
# days-before-close: 7
stale-pr-message: "Ваш PR был неактивен достаточно долгое время, поэтому был автоматически помечен как устаревший. Он будет закрыт через 30 дней. Если у Вас все готово к слиянию с главной веткой, то проинформируйте об этом владельцев репозитория."
days-before-stale: 10
days-before-close: 30
# SS220 EDIT END CHANGE
stale-pr-label: 'Stale'
days-before-issue-stale: -1
stale-issue-label: 'Cleanup Flagged'
Expand Down

0 comments on commit 4a8d916

Please sign in to comment.