Skip to content

Commit

Permalink
ci: updated autoclose workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-kulik committed Nov 23, 2024
1 parent c1979bd commit 1517dc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autoclose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
steps:
- uses: actions/stale@v9.0.0
with:
days-before-issue-stale: 21
days-before-issue-stale: 14
days-before-issue-close: 14
only-labels: "needs response"
stale-issue-label: "stale"
stale-issue-message: "This issue is stale because it has been open for 21 days with no activity."
stale-issue-message: "This issue is stale because it has been open for 14 days with no activity."
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
days-before-pr-stale: 21
days-before-pr-stale: 14
days-before-pr-close: 14
stale-pr-label: "stale"
stale-pr-message: "This pull request is stale because it has been open for 21 days with no activity."
stale-pr-message: "This pull request is stale because it has been open for 14 days with no activity."
close-pr-message: "This pull request was closed because it has been inactive for 14 days since being marked as stale."
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1517dc3

Please sign in to comment.