Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fronzbot authored Oct 10, 2023
1 parent 2040c0f commit 826c4e6
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,36 @@ jobs:
stale:
if: github.repository_owner == 'fronzbot'
runs-on: ubuntu-latest
- name: stale-issues
uses: actions/[email protected]
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
days-before-close: 7
days-before-pr-stale: -1
days-before-pr-close: -1
remove-stale-when-updated: true
stale-issue-label: "stale"
exempt-issue-labels: "no-stale,help-wanted,priority"
stale-issue-message: >
steps:
- name: stale-issues
uses: actions/[email protected]
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
days-before-close: 7
days-before-pr-stale: -1
days-before-pr-close: -1
remove-stale-when-updated: true
stale-issue-label: "stale"
exempt-issue-labels: "no-stale,help-wanted,priority"
stale-issue-message: >
There hasn't been any activity on this issue recently.
Please make sure to update to the latest blinkpy version and
check if that solves the issue. Let us know if that works for you by
adding a comment 👍
This issue has now been marked as stale and will be closed if no
further activity occurs. Thank you for your contributions.
- name: stale-prs
uses: actions/[email protected]
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 90
days-before-close: 7
days-before-issue-stale: -1
days-before-issue-close: -1
remove-stale-when-updated: true
stale-issue-label: "stale"
exempt-issue-labels: "no-stale"
stale-pr-message: >
- name: stale-prs
uses: actions/[email protected]
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 90
days-before-close: 7
days-before-issue-stale: -1
days-before-issue-close: -1
remove-stale-when-updated: true
stale-issue-label: "stale"
exempt-issue-labels: "no-stale"
stale-pr-message: >
There hasn't been any activity on this pull request recently. This
pull request has been automatically marked as stale because of that
and will be closed if no further activity occurs within 7 days.
Expand Down

0 comments on commit 826c4e6

Please sign in to comment.