Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1384 from starkware-libs/elin/merge-main-v0.13.1-…
Browse files Browse the repository at this point in the history
…into-main

Elin/merge main v0.13.1 into main
  • Loading branch information
elintul authored Jan 28, 2024
2 parents 60029ee + 97c7e39 commit 27aab6d
Show file tree
Hide file tree
Showing 19 changed files with 726 additions and 229 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose

- name: Validate PR title with commitlint
if: github.event_name != 'merge_group' && github.event_name != 'push'
if: github.event_name != 'merge_group' && github.event_name != 'push' && !(contains(github.event.pull_request.title, '/merge-main') || contains(github.event.pull_request.title, '/merge main'))
run: echo "${{ github.event.pull_request.title }}" | commitlint --verbose

format:
Expand Down
Loading

0 comments on commit 27aab6d

Please sign in to comment.