Skip to content

Commit

Permalink
Revert "tweak to work better"
Browse files Browse the repository at this point in the history
This reverts commit fdf7d9b.
  • Loading branch information
jack-r-warren committed May 6, 2024
1 parent fdf7d9b commit 8046ae8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/sherlock-check-reviews.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Review Check
on:
pull_request:
branches:
- main
pull_request_review:
types:
- edited
Expand All @@ -8,7 +11,7 @@ on:
branches:
- main
jobs:
two-reviews:
check-reviews:
runs-on: ubuntu-latest
permissions:
pull-requests: read
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/sherlock-dependabot-automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ jobs:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Enable auto-merge for Dependabot PRs
env:
PR_URL: ${{ github.event.pull_request.html_url }}
Expand Down

0 comments on commit 8046ae8

Please sign in to comment.