Skip to content

Commit

Permalink
chore: test inactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
pauby committed Dec 5, 2024
1 parent a7d0c8f commit 1b77bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lock-closed-issues-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- uses: dessant/[email protected]
with:
#exclude-issue-closed-before: "2024-06-01T00:00:00Z"
issue-inactive-days: 30
issue-inactive-days: 1
issue-lock-reason: "resolved"
issue-comment: >
This issue has been automatically locked since as there has not been any recent activity after it was closed.
Please open a new issue for related bugs.
pr-inactive-days: 30
pr-inactive-days: 1
#exclude-pr-closed-before: "2024-06-01T00:00:00Z"
pr-lock-reason: "resolved"
discussion-inactive-days: 60
Expand Down

0 comments on commit 1b77bf0

Please sign in to comment.