mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
ci: add merge gatekeeper github ci
This commit is contained in:
parent
e123abdb28
commit
6b76619bf5
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…
Reference in New Issue
Block a user