Skip to content

Commit

Permalink
more minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Dec 17, 2024
1 parent 7e6e2aa commit a200fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-backport-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Find any changelog file that contains the Gutenberg PR link
gutenberg_pr_url="https://github\.com/WordPress/gutenberg/pull/${PR_NUMBER}"
changelog_file=$(grep -Erl "[*-] +${gutenberg_pr_url}$" "${changelog_folder}" | head -n 1)
changelog_file=$(grep -Erl "[-*] +${gutenberg_pr_url}$" "${changelog_folder}" | head -n 1)
# Confirm that there is an entry containing the Gutenberg PR link
if [[ -z "${changelog_file}" ]]; then
Expand Down

0 comments on commit a200fb1

Please sign in to comment.