Skip to content

Commit

Permalink
chore: merge branch main-v0.13.2 into main (with conflicts)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoni-Starkware committed Aug 5, 2024
2 parents 54388cf + 40b9492 commit 891d25e
Show file tree
Hide file tree
Showing 41 changed files with 221 additions and 174 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/blockifier_ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name: Blockifier-CI

# TODO(Dori, 15/8/2024): Split this job, so the feature-less build doesn't run on every push to main
# branches.
on:
push:
branches:
- main
- main-v[0-9].**
tags:
- v[0-9].**
paths:
- 'crates/blockifier/**'
- 'crates/native_blockifier/**'
- 'build_native_blockifier_in_docker.sh'
- 'scripts/build_native_blockifier.sh'

pull_request:
types:
Expand Down
29 changes: 29 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
with:
version: ${{env.PROTOC_VERSION}}
- run: cargo check --workspace -r --all-features
<<<<<<< HEAD

merge-gatekeeper:
runs-on: ubuntu-latest
Expand All @@ -186,3 +187,31 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{github.ref}}
||||||| 2b181fbc
=======

merge-gatekeeper:
runs-on: ubuntu-latest
# Restrict permissions of the GITHUB_TOKEN.
# Docs: https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
checks: read
statuses: read
steps:
- name: Run Merge Gatekeeper
if: github.event_name != 'merge_group'
uses: upsidr/merge-gatekeeper@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
timeout: 1200
ignored: "code-review/reviewable"

- name: Run Merge Gatekeeper in Merge Queue
if: github.event_name == 'merge_group'
uses: upsidr/merge-gatekeeper@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{github.ref}}
timeout: 1200
ignored: "code-review/reviewable"
>>>>>>> origin/main-v0.13.2
112 changes: 56 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 891d25e

Please sign in to comment.