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 e1e53d0 commit e9a1fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down

0 comments on commit e9a1fce

Please sign in to comment.