Skip to content

fix: update to eye v4.15.3 #1059

fix: update to eye v4.15.3

fix: update to eye v4.15.3 #1059

Workflow file for this run

name: Enable automerge on dependabot PRs
on:
pull_request_target:
jobs:
automerge:
name: Enable automerge on dependabot PRs
runs-on: ubuntu-latest
# Don't automerge swipl-wasm (for now) as we want a new release to
# be cut with each new version
if: ${{ ! contains(github.head_ref, 'dependabot/npm_and_yarn/swipl-wasm-') }}
steps:
- name: Enable automerge on dependabot PRs
uses: daneden/enable-automerge-action@v1
with:
github-token: ${{ secrets.GH_TOKEN }}
allowed-author: "dependabot[bot]"
merge-method: SQUASH