Skip to content

Commit

Permalink
ci(repo): add merge gatekeeper (#17715)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Jul 2, 2024
1 parent fff1020 commit 854d779
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/merge-gatekeeper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Merge Gatekeeper

on:
pull_request:
branches:
- main

jobs:
merge-gatekeeper:
runs-on: [taiko-runner]
permissions:
checks: read
statuses: read
steps:
- name: Run Merge Gatekeeper
uses: upsidr/merge-gatekeeper@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 854d779

Please sign in to comment.