0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

ci: add merge gatekeeper github ci

This commit is contained in:
neon_arch 2023-05-13 20:48:57 +03:00
parent e123abdb28
commit 6b76619bf5

20
.github/workflows/merge-gatekeeper.yml vendored Normal file
View 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 }}