Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto 1458-AddMapThreadsParam
  • Loading branch information
Cyberboss committed Apr 29, 2023
2 parents 6b0a412 + 3d8abe8 commit ec2e4be
Show file tree
Hide file tree
Showing 12 changed files with 788 additions and 573 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-approve-dominions-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
name: "Auto-Approve Dominion's PRs"

on:
pull_request:
types: [opened, synchronize]
pull_request_target:
branches:
- dev
- master
Expand All @@ -22,4 +21,5 @@ jobs:
--url https://api.github.com/repos/${{github.repository}}/pulls/${{github.event.number}}/reviews \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'content-type: application/json' \
-d '{"event":"APPROVE"}'
-d '{"event":"APPROVE"}' \
--fail
Loading

0 comments on commit ec2e4be

Please sign in to comment.