Skip to content

Bump julia-actions/setup-julia from 1 to 2 #2

Bump julia-actions/setup-julia from 1 to 2

Bump julia-actions/setup-julia from 1 to 2 #2

Workflow file for this run

name: AutoMerge
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: >
github.actor == 'dependabot[bot]' ||
github.actor == 'CompatHelper[bot]' ||
github.actor == 'github-actions[bot]'
steps:
- name: Enable auto-merge
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{ github.event.pull_request.html_url }}
run: gh pr merge --auto --merge "$PR_URL"