Skip to content

Commit cb89acf

Browse files
committed
ci: fix stale issue workflow
1 parent 034416f commit cb89acf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/stale.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
pull-requests: write
1313
steps:
1414
- uses: actions/stale@v5.1.0
15-
stale-issue-label: stale
16-
stale-pr-label: stale
15+
with:
16+
stale-issue-label: stale
17+
stale-pr-label: stale

0 commit comments

Comments
 (0)