Compare commits

...

6 Commits

Author SHA1 Message Date
VIRATI AKIRANANDHAN REDDY
33e4fd3d6f
Merge branch 'github:main' into patch-1 2026-02-14 19:20:24 +05:30
Tim Hunter
b4105e73e4
Merge pull request #4707 from stone-w4tch3r/patch-1
Add .pnpm-store to Node.gitignore
2026-02-12 09:50:51 -08:00
Daniel Johnson
53fee13f20
Merge pull request #4790 from github/bump-stale-close-time
Extend stale PR closure period to 365 days
2026-01-23 13:57:13 -08:00
Daniel Johnson
01714f2f2d
Update stale PR messages and inactivity duration comments 2026-01-23 13:27:06 -08:00
Daniel Johnson
e07ecef472
Extend stale PR closure period to 365 days
Updated the days before closing stale PRs from 180 to 365. Due to internal priorities we need to allow more time for PR reviews.

Based on my reading, we need to increase `days-before-close` to ensure that any PR marked with the `stale` label currently benefits from the extension.

Once we are caught up on the backlog, we can revisit this setting.
2026-01-23 13:24:58 -08:00
Данил Б
b238aa7039
Add .pnpm-store to Node.gitignore 2025-08-12 03:11:59 +05:00
2 changed files with 6 additions and 3 deletions

View File

@ -21,10 +21,10 @@ jobs:
steps: steps:
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0 - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
with: with:
stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 180 days of inactivity. Leave a comment if you want to keep it open :smile:' stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 365 days of inactivity. Leave a comment if you want to keep it open.'
close-pr-message: 'This PR has been closed because it was inactive for 180 days. If you want to continue working on it, please open a new PR.' close-pr-message: 'This PR has been closed because it was inactive for 365 days. If you want to continue working on it, please open a new PR.'
days-before-stale: 90 days-before-stale: 90
days-before-close: 180 days-before-close: 365
stale-pr-label: 'stale' stale-pr-label: 'stale'
exempt-pr-labels: 'keep' exempt-pr-labels: 'keep'
close-issue-reason: not_planned close-issue-reason: not_planned

View File

@ -126,6 +126,9 @@ dist
# Stores VSCode versions used for testing VSCode extensions # Stores VSCode versions used for testing VSCode extensions
.vscode-test .vscode-test
# pnpm
.pnpm-store
# yarn v3 # yarn v3
.pnp.* .pnp.*
.yarn/* .yarn/*