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

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: