Skip to content

chore(deps): bump wpackagist-plugin/jetpack from 12.7.1 to 12.8 #232

chore(deps): bump wpackagist-plugin/jetpack from 12.7.1 to 12.8

chore(deps): bump wpackagist-plugin/jetpack from 12.7.1 to 12.8 #232

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 }}