Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Sep 27, 2024
1 parent e721a19 commit a12f5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: steps.filters.outputs.changes != '' && !contains(github.event.pull_request.labels.*.name, 'override-freeze')
run: |
TITLE="Code Freeze in Effect"
LEGIBLE_CHANGES=$(echo "${{ steps.filters.outputs.changes }}" | sed 's/[][]//g' | sed 's/,/, /g' | grep -v 'changed')
LEGIBLE_CHANGES=$(echo "${{ steps.filters.outputs.changes }}" sed 's/,/, /g')
MESSAGE=("This PR updates the following components which are code frozen:"
"$LEGIBLE_CHANGES"
"Freeze can be overriden by adding the 'override-freeze' label to the PR."
Expand Down

0 comments on commit a12f5b5

Please sign in to comment.