Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Fix dependabot auto-merge to squash (#50)
#### Problem The first job with auto-merge failed because it tried to do a merge commit, based on the `--merge` flag. Here's the job failure: https://github.com/solana-program/memo/actions/runs/11970573036/job/33373602205?pr=49 #### Summary of changes We typically squash merge and disallow merge commits, so use the `--squash` flag as specified at https://cli.github.com/manual/gh_pr_merge
- Loading branch information