Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

chore(deps): bump @wordpress/components from 25.1.0 to 25.8.0 #49

chore(deps): bump @wordpress/components from 25.1.0 to 25.8.0

chore(deps): bump @wordpress/components from 25.1.0 to 25.8.0 #49

Workflow file for this run

name: Dependabot Pull Request
on: pull_request_target
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Auto merge pull request
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.CI_GH_TOKEN }}