Skip to content

Commit

Permalink
chore: Add exception for Dependabot update PR title pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Sep 28, 2024
1 parent fce4395 commit bd793e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
exit 0;
fi
if echo "$PR_TITLE" | grep -E '^chore(\(deps\))?: update '; then
echo "Exception / OK: Dependabot update pattern"
exit 0;
fi
echo "Installing commitlint-rs. Please wait 30-40 seconds ..."
cargo install --quiet commitlint-rs
set -e
Expand Down

0 comments on commit bd793e2

Please sign in to comment.