Skip to content

Commit

Permalink
Merge pull request #19 from Think-Cube/dependabot/github_actions/hmar…
Browse files Browse the repository at this point in the history
…r/auto-approve-action-4.0.0

Bump hmarr/auto-approve-action from 2.0.0 to 4.0.0
  • Loading branch information
spy86 authored Jun 26, 2024
2 parents 224e4a8 + e1108d4 commit 58b7f4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/auto-merge-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
- opened
- synchronize
permissions:
contents: write
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
Expand All @@ -14,12 +15,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Auto approve
uses: hmarr/auto-approve-action@v2.0.0
uses: hmarr/auto-approve-action@v4.0.0
with:
github-token: ${{ secrets.GH_TOKEN }}
- name: Merge pull request
uses: "pascalgn/automerge-action@v0.16.3"
permissions:
contents: write
pull-requests: write
env:
GITHUB_TOKEN: "${{ secrets.GH_TOKEN }}"

0 comments on commit 58b7f4c

Please sign in to comment.