Skip to content

Bump @solana/spl-token from 0.4.1 to 0.4.11 #7

Bump @solana/spl-token from 0.4.1 to 0.4.11

Bump @solana/spl-token from 0.4.1 to 0.4.11 #7

Workflow file for this run

name: Automerge
on:
pull_request:
types: [opened]
jobs:
automerge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions[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 }}