ci: add merge gatekeeper github ci
This commit is contained in:
parent
e123abdb28
commit
6b76619bf5
1 changed files with 20 additions and 0 deletions
20
.github/workflows/merge-gatekeeper.yml
vendored
Normal file
20
.github/workflows/merge-gatekeeper.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Merge Gatekeeper
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
merge-gatekeeper:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
checks: read
|
||||
statuses: read
|
||||
steps:
|
||||
- name: Run Merge Gatekeeper
|
||||
uses: upsidr/merge-gatekeeper@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Reference in a new issue