Skip to content

Commit 6537ad8

Browse files
authored
ADMIN: Update stale PR action (#36382)
1 parent 5481e6c commit 6537ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
1414
stale-pr-message: "This pull request is stale because it has been open for thirty days with no activity."
15-
skip-stale-pr-message: false
15+
skip-stale-pr-message: true
1616
stale-pr-label: "Stale"
17-
exempt-pr-labels: "Needs Review,Blocked"
17+
exempt-pr-labels: "Needs Review,Blocked,Needs Discussion"
1818
days-before-stale: 30
1919
days-before-close: -1
2020
remove-stale-when-updated: true

0 commit comments

Comments
 (0)