Fix bug where multiple branches confuse PanCakes (#26922)

pull/26911/head^2
Craig Tiller 3 years ago committed by GitHub
parent 8a90729f41
commit 8a0e723159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/pr-auto-fix.yaml

@ -56,6 +56,8 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
delete-branch: true
branch-suffix: short-commit-hash
commit-message: "Automated change: Fix sanity tests"
body: |
PanCakes to the rescue!

Loading…
Cancel
Save