We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034416f commit cb89acfCopy full SHA for cb89acf
.github/workflows/stale.yaml
@@ -12,5 +12,6 @@ jobs:
12
pull-requests: write
13
steps:
14
- uses: actions/stale@v5.1.0
15
- stale-issue-label: stale
16
- stale-pr-label: stale
+ with:
+ stale-issue-label: stale
17
+ stale-pr-label: stale
0 commit comments