Skip to content

Bump pantheon-systems/wpunit-helpers from 2.0.2 to 2.0.3 (#108) #62

Bump pantheon-systems/wpunit-helpers from 2.0.2 to 2.0.3 (#108)

Bump pantheon-systems/wpunit-helpers from 2.0.2 to 2.0.3 (#108) #62

Workflow file for this run

name: Draft Release PR
on:
push:
branches:
- 'main'
permissions:
pull-requests: write
contents: write
jobs:
draft-release:
name: Draft Release PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Draft Release PR
uses: pantheon-systems/plugin-release-actions/release-pr@v0
with:
gh_token: ${{ secrets.GITHUB_TOKEN }}