Skip to content

Bump elliptic from 6.5.4 to 6.5.7 #3018

Bump elliptic from 6.5.4 to 6.5.7

Bump elliptic from 6.5.4 to 6.5.7 #3018

Workflow file for this run

name: automerge
on:
pull_request:
types:
- labeled
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "dependencies"
MERGE_METHOD: "merge"
MERGE_COMMIT_MESSAGE: "pull-request-title"
MERGE_RETRIES: "6"
UPDATE_LABELS: ""
UPDATE_METHOD: "merge"
MERGE_DELETE_BRANCH: "true"