Skip to content

Commit

Permalink
Allow Dependabot PR title pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Dec 12, 2024
1 parent 5734b97 commit 0fbe529
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 @@ -77,6 +77,11 @@ jobs:
exit 0;
fi
if echo "$PR_TITLE" | grep -E '^update: 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 0fbe529

Please sign in to comment.