Skip to content

Commit cba6741

Browse files
authored
ci: use reusable workflow
1 parent 3023707 commit cba6741

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,4 @@ on:
66

77
jobs:
88
stale:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/stale@v5
12-
with:
13-
days-before-stale: 20
14-
days-before-close: 5
15-
stale-issue-message: >
16-
This issue has been automatically marked as stale because it has not had
17-
recent activity. It will be closed if no further activity occurs. Thank you
18-
for your contributions.
19-
stale-pr-message: >
20-
This PR has been automatically marked as stale because it has not had
21-
recent activity. It will be closed if no further activity occurs. Thank you
22-
for your contributions.
23-
stale-issue-label: 'status: stale'
24-
stale-pr-label: 'status: stale'
25-
close-issue-reason: not_planned
26-
exempt-issue-labels: 'pinned,security,status: pinned,type: security'
27-
exempt-pr-labels: 'pinned,security,status: pinned,type: security'
9+
uses: EndBug/workflows/stale.yml@main

0 commit comments

Comments
 (0)