Skip to content

Commit

Permalink
chore: create an issue in the doc repo if it is a breaking change (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
lmatz authored Aug 27, 2024
1 parent 22926d6 commit 6bd0e89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-create-doc-issue-by-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
echo "documentation_update=true" >> $GITHUB_OUTPUT
elif [[ $PR_LABEL == *"user-facing-changes"* ]]; then
echo "documentation_update=true" >> $GITHUB_OUTPUT
elif [[ $PR_LABEL == *"breaking-change"* ]]; then
echo "documentation_update=true" >> $GITHUB_OUTPUT
else
echo "documentation_update=false" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 6bd0e89

Please sign in to comment.