Skip to content

chore(deps-dev): bump psy/psysh from 0.11.21 to 0.11.22 #210

chore(deps-dev): bump psy/psysh from 0.11.21 to 0.11.22

chore(deps-dev): bump psy/psysh from 0.11.21 to 0.11.22 #210

Workflow file for this run

# This workflow automatically merges Dependabot PRs into the CBF WordPress application
name: PR Auto Merge
# Controls when the action will run. Triggers the workflow on pull request events
on:
pull_request:
branches: [ develop ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
merge:
# The type of runner that the job will run on
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
- uses: ahmadnassri/[email protected]
with:
target: patch
github-token: ${{ secrets.ADMIN_GITHUB_TOKEN }}