Skip to content

Commit 98b54f0

Browse files
committed
gha(stale): Add Pull Request to stale target
1 parent d39e26b commit 98b54f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Close stale issues"
1+
name: "Stale"
22

33
on:
44
schedule:
@@ -12,5 +12,6 @@ jobs:
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
1414
stale-issue-message: 'This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
15+
stale-pr-message: 'This pull request is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
1516
days-before-stale: 21
1617
days-before-close: 7

0 commit comments

Comments
 (0)