Skip to content

Bump the all group across 1 directory with 4 updates #45

Bump the all group across 1 directory with 4 updates

Bump the all group across 1 directory with 4 updates #45

Workflow file for this run

name: Autocommit pull requests
on:
workflow_dispatch:
pull_request:
types: [labeled]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit
- name: Automerge Pull Request if possible
uses: pascalgn/automerge-action@7961b8b5eec56cc088c140b56d864285eabd3f67 # v0.16.4
env:
GITHUB_TOKEN: "${{ secrets.PAT }}"
MERGE_LABELS: "automerge"
MERGE_RETRY_SLEEP: 300000
MERGE_METHOD: "squash"