Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Feb 24, 2025
1 parent 29140f1 commit e1e53d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
set -x
issues=$(echo "${{env.exempt-issue-labels-list}}" | tr ' ' ',')
prs=$(echo "${{env.exempt-pr-labels-list}}" | tr ' ' ',')
echo "exempt-issue-labels=\"$issues\"" >> "$GITHUB_OUTPUT"
echo "exempt-pr-labels=\"$prs\"" >> "$GITHUB_OUTPUT"
echo "exempt-issue-labels=\'$issues\'" >> "$GITHUB_OUTPUT"
echo "exempt-pr-labels=\'$prs\'" >> "$GITHUB_OUTPUT"
- name: Label and/or close stale issues and/or PRs
uses: actions/stale@v9
Expand All @@ -66,7 +66,7 @@ jobs:
close-issue-label: 'status/stale'
close-pr-label: 'status/stale'
exempt-issue-labels: ${{steps.converted.outputs.exempt-issue-labels}}
exempt-pr-labels: ${{steps.converted.outputs.exempt_pr_labels}}
exempt-pr-labels: ${{steps.converted.outputs.exempt-pr-labels}}
stale-issue-message: >
This issue has been automatically labeled as stale because
${{env.days-before-stale}} days have passed without comments or other
Expand Down

0 comments on commit e1e53d0

Please sign in to comment.