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 6618ab0 commit d229e3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-pr-title@master
continue-on-error: true
id: validate-pr-title
with:
regex: '^\[\d+\.x\]\s'

- name: Update the PR
uses: peter-evans/create-pull-request@v3
if: always() && (steps.validate-pr-title.outcome == 'failure')
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update PR title
Expand Down

0 comments on commit d229e3f

Please sign in to comment.