Skip to content

Commit

Permalink
feat: added auto merge (#38)
Browse files Browse the repository at this point in the history
* feat: added auto merge

* feat: added auto merge

* feat: added auto merge
  • Loading branch information
theprashantyadav authored Nov 20, 2023
1 parent 0d247d7 commit da00b43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Auto approve
uses: hmarr/auto-approve-action@v2.0.0
uses: hmarr/auto-approve-action@v3.2.1
# Perform the auto approve action only when the PR is raised by dependabot
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: '${{ secrets.GITHUB }}'
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
MERGE_FILTER_AUTHOR: 'dependabot[bot]'
MERGE_METHOD: "merge"
MERGE_DELETE_BRANCH: "true"
MERGE_LABELS: "dependencies"
MERGE_LABELS: "github_actions", "dependencies"
MERGE_REQUIRED_APPROVALS: "2"

0 comments on commit da00b43

Please sign in to comment.