Skip to content

chore(deps): bump node-forge from 1.3.1 to 1.3.2 in the npm_and_yarn group across 1 directory #263908

chore(deps): bump node-forge from 1.3.1 to 1.3.2 in the npm_and_yarn group across 1 directory

chore(deps): bump node-forge from 1.3.1 to 1.3.2 in the npm_and_yarn group across 1 directory #263908

Workflow file for this run

name: automerge
on:
pull_request:
branches:
- main
types:
- labeled
- synchronize
- opened
- edited
- reopened
pull_request_review:
types:
- submitted
status:
jobs:
automerge:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
steps:
- name: automerge
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
MERGE_LABELS: 'Ship It :shipit:'
UPDATE_LABELS: 'Ship It :shipit:,Auto Update'
MERGE_REMOVE_LABELS: 'Ship It :shipit:'
MERGE_METHOD: 'squash'
MERGE_COMMIT_MESSAGE: 'pull-request-title-and-description'
MERGE_COMMIT_MESSAGE_REGEX: '<!--- CHANGELOG-DESCRIPTION -->[\r\n]*(.*)[\r\n]*<!--- END-CHANGELOG-DESCRIPTION -->'
MERGE_FORKS: false
MERGE_RETRIES: 6
MERGE_RETRY_SLEEP: 10000