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 c83bcec commit 29140f1
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 @@ -49,8 +49,8 @@ jobs:
id: converted
run: |
set -x
issues=$(echo "${{env.exempt-issue-labels}}" | tr ' ' ',')
prs=$(echo "${{env.exempt-pr-labels}}" | tr ' ' ',')
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"
Expand Down

0 comments on commit 29140f1

Please sign in to comment.