Merge pull request #8155 from edsantiago/pr_title_again

Yet another iteration on PR title plugin
This commit is contained in:
OpenShift Merge Robot
2020-10-27 09:20:39 +01:00
committed by GitHub

View File

@ -2,9 +2,10 @@
name: "PR title check"
on: pull_request_target
branches:
- "!master" # don't run it on master to prevent errors
on:
pull_request_target:
branches:
- "!master" # causes errors; reason unknown
jobs:
update_pr: