Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Aug 13, 2024
1 parent 3aebd24 commit e7e416b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
id: validate_changie_entry
if: steps.check_changes_dir.outputs.changes_dir_exists == 'true' && steps.check_labels.outputs.no_changie_required == 'false' && steps.check_labels.outputs.dependencies == 'false'
run: |
if [[ -z "$(git diff --name-only --diff-filter=A .changes/unreleased)" ]]; then
if [[ -z "$(git diff --name-only .changes/unreleased)" ]]; then
echo "No changie entry found in .changes/unreleased"
comment="❌ A changie entry is required in .changes/unreleased"
if ! gh pr view ${{ github.event.pull_request.number }} --comments | grep -q "❌ A changie entry is required in .changes/unreleased"; then
Expand Down

0 comments on commit e7e416b

Please sign in to comment.