Skip to content

Commit

Permalink
Merge branch '6.1.x' into 6.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed Mar 14, 2024
2 parents 94749d8 + d17a533 commit e5c167a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on: pull_request_target

run-name: Merge Dependabot PR ${{ github.ref_name }}

env:
GH_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
permissions: write-all

jobs:
merge-dependabot-pr:
Expand Down Expand Up @@ -47,3 +46,5 @@ jobs:
- name: Merge Dependabot pull request
if: steps.set-milestone.outputs.mergeEnabled
run: gh pr merge ${{ github.event.pull_request.number }} --auto --rebase
env:
GH_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}

0 comments on commit e5c167a

Please sign in to comment.