Skip to content

Commit

Permalink
Merge pull request #3227 from beefproject/revert-3226-add_enable_auto…
Browse files Browse the repository at this point in the history
…_merge

Revert "Add enable auto merge to dependabot yml"
  • Loading branch information
zinduolis authored Nov 21, 2024
2 parents d85e14c + aeaafb5 commit b076783
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Enable Auto-Merge
run: gh pr merge --enable-auto-merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Enable auto-merge for Dependabot PRs
if: success() && (steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch')
run: gh pr merge --auto --merge "$PR_URL"
Expand Down

0 comments on commit b076783

Please sign in to comment.