Skip to content

Bump spl-associated-token-account from 4.0.0 to 6.0.0 in /rust-sdk/whirlpool in the solana-sdk group across 1 directory #386

Bump spl-associated-token-account from 4.0.0 to 6.0.0 in /rust-sdk/whirlpool in the solana-sdk group across 1 directory

Bump spl-associated-token-account from 4.0.0 to 6.0.0 in /rust-sdk/whirlpool in the solana-sdk group across 1 directory #386

Workflow file for this run

name: Automerge
on:
pull_request:
types: [opened]
jobs:
automerge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
permissions:
pull-requests: write
contents: write
steps:
- name: Enable Automerge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}