Skip to content

Commit

Permalink
[Dependencies]: Bump alexwilson/enable-github-automerge-action
Browse files Browse the repository at this point in the history
Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases)
- [Commits](alexwilson/enable-github-automerge-action@1.0.0...2.0.0)

---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 32d632e commit 8ae787c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/approve-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
script: |
core.info('Owner: ${{github.repository_owner}}');
- name: "Auto Merge"
uses: alexwilson/enable-github-automerge-action@1.0.0
uses: alexwilson/enable-github-automerge-action@2.0.0
with:
github-token: ${{secrets.SOURCE_PUSH_TOKEN}}
merge-method: "MERGE"
Expand All @@ -64,7 +64,7 @@ jobs:
script: |
core.info('Owner: ${{github.repository_owner}}');
- name: "Auto Merge"
uses: alexwilson/enable-github-automerge-action@1.0.0
uses: alexwilson/enable-github-automerge-action@2.0.0
with:
github-token: ${{secrets.SOURCE_PUSH_TOKEN}}
merge-method: "MERGE"
Expand Down

0 comments on commit 8ae787c

Please sign in to comment.