Skip to content

Commit

Permalink
Merge pull request #465 from muratkeremozcan/chore/merge-gatekeeper
Browse files Browse the repository at this point in the history
merge gatekeeper
  • Loading branch information
muratkeremozcan authored May 13, 2024
2 parents 8712f9e + 45c0831 commit ab6863e
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 689 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: ubuntu-latest
permissions:
checks: read
statuses: read
steps:
- name: Run Merge Gatekeeper
uses: upsidr/merge-gatekeeper@v1.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"react-query": "3.39.3",
"react-router-dom": "6.22.3",
"react-scripts": "5.0.1",
"sass": "^1.77.1",
"web-vitals": "3.5.2"
},
"devDependencies": {
Expand Down Expand Up @@ -87,7 +88,6 @@
"json-server-reset": "1.6.0",
"lint-staged": "14.0.1",
"msw": "0.47.2",
"node-sass": "6.0.1",
"npm-run-all2": "6.1.2",
"nyc": "15.1.0",
"prettier": "2.8.8",
Expand Down
Loading

0 comments on commit ab6863e

Please sign in to comment.