Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
SUGAM-ARORA committed Jul 18, 2024
1 parent 3e347e2 commit 717b7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-old-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
const token = process.env.GITHUB_TOKEN;
const owner = 'YOUR_GITHUB_USERNAME_OR_ORG';
const repo = 'YOUR_REPOSITORY_NAME';
const daysStale = 15;
const daysStale = 40;
const headers = {
headers: {
Expand Down

0 comments on commit 717b7f0

Please sign in to comment.