79393158

Date: 2025-01-28 08:42:25
Score: 1
Natty:
Report link

You can simply simply squash-and-merge instead.

- name: Enable auto-merge for Dependabot PRs
  if: contains(github.event.pull_request.labels.*.name, 'automerge')
  run: gh pr merge --squash --auto "$PR_URL"
  env:
    PR_URL: ${{github.event.pull_request.html_url}}
    GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rodrigo Souza