Merge pull request #8147 from vrothberg/fix-pr-title-action

pr update action: fix errors on master branch
This commit is contained in:
OpenShift Merge Robot 2020-10-26 17:47:53 +01:00 committed by GitHub
commit 3a62b4d6b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
name: "PR title check"
on: pull_request_target
branches:
- "!master" # don't run it on master to prevent errors
jobs:
update_pr: