Skip to content

Commit

Permalink
fixup! fixup! fixup! ci(github-actions): add script to check the news…
Browse files Browse the repository at this point in the history
… fragment content
  • Loading branch information
Lee-W committed Nov 27, 2024
1 parent e564a91 commit 743bb84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/news-fragment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
for type in "${change_types[@]}"; do
if [[ $news_fragment_content != *"$type"* ]]; then
{
printf "\033[1;33mMissing change type '$type' in significant newsfragment for PR labeled with
'airflow3.0:breaking'.\nCheck
https://github.com/apache/airflow/blob/main/contributing-docs/16_contribution_workflow.rst
Expand Down

0 comments on commit 743bb84

Please sign in to comment.