Skip to content

Commit

Permalink
Merge pull request #127 from clouddrove-sandbox/automerge-4
Browse files Browse the repository at this point in the history
Automerge 4
  • Loading branch information
theprashantyadav authored Dec 5, 2023
2 parents 7749b48 + d857382 commit 63d2063
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
autoapprove:
name: Auto Approve a PR by dependabot
runs-on: ubuntu-latest
if: github.actor == 'theprashantyadav'
if: github.actor == 'dependabot[bot]'
steps:
- name: wait for other checks to complete
run: |
sleep 80
sleep 50
- name: Get Status of current PR
id: get-status
Expand Down Expand Up @@ -46,8 +46,9 @@ jobs:
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_FILTER_AUTHOR: 'theprashantyadav'
MERGE_FILTER_AUTHOR: 'dependabot[bot]'
MERGE_METHOD: "merge"
MERGE_DELETE_BRANCH: "true"
MERGE_LABELS: "dependencies,automerge"
MERGE_REQUIRED_APPROVALS: ""

0 comments on commit 63d2063

Please sign in to comment.