Skip to content

chore(deps): bump wpackagist-plugin/jetpack from 14.0 to 14.1 #812

chore(deps): bump wpackagist-plugin/jetpack from 14.0 to 14.1

chore(deps): bump wpackagist-plugin/jetpack from 14.0 to 14.1 #812

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@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: ahmadnassri/[email protected]
with:
target: patch
github-token: ${{ secrets.ADMIN_GITHUB_TOKEN }}