Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Nov 4, 2023
1 parent 2d977ef commit 6618ab0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ jobs:
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^\[\d+\.x\]\s'

- name: Update the PR
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update PR title
title: "[${{ github.event.pull_request.head.ref }}] ${{ steps.pr-title.outputs.title }}"
branch: ${{ github.event.pull_request.head.ref }}
base: ${{ github.event.pull_request.base.ref }}

0 comments on commit 6618ab0

Please sign in to comment.