Skip to content

Bump cross-spawn in the npm_and_yarn group across 1 directory (#95) #56

Bump cross-spawn in the npm_and_yarn group across 1 directory (#95)

Bump cross-spawn in the npm_and_yarn group across 1 directory (#95) #56

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