Skip to content

Commit 2cd851d

Browse files
committed
Removed automatic closing of PRs
1 parent 9284784 commit 2cd851d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/inactive-issues.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,4 @@ jobs:
1717
stale-issue-label: "stale"
1818
stale-issue-message: "This issue is stale because it has been open for 15 days with no activity. If there are no further updates or modifications within the next 15 days, it will be automatically closed."
1919
close-issue-message: "This issue has been closed as it has been inactive for 15 days since being marked as stale."
20-
stale-pr-label: "stale"
21-
stale-pr-message: "This PR is stale because it has been open for 7 days with no activity. If there are no further updates or modifications within the next 7 days, it will be automatically closed."
22-
close-pr-message: "This PR has been closed as it has been inactive for 7 days since being marked as stale."
23-
days-before-pr-stale: 7
24-
days-before-pr-close: 7
2520
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)