Skip to content

Commit

Permalink
chore: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoni-Starkware committed Aug 5, 2024
1 parent 891d25e commit 15f7982
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,30 +165,6 @@ jobs:
with:
version: ${{env.PROTOC_VERSION}}
- run: cargo check --workspace -r --all-features
<<<<<<< HEAD

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 }}

- 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}}
||||||| 2b181fbc
=======

merge-gatekeeper:
runs-on: ubuntu-latest
Expand All @@ -214,4 +190,3 @@ jobs:
ref: ${{github.ref}}
timeout: 1200
ignored: "code-review/reviewable"
>>>>>>> origin/main-v0.13.2

0 comments on commit 15f7982

Please sign in to comment.