Yet another iteration on PR title plugin

PR #8147 made things worse: it's not valid YAML. This at
least is valid YAML. I have no idea if it yields the
desired result, and we won't even know until it gets
merged, but at least it won't cause fatal syntax errors.

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago 2020-10-26 13:44:59 -06:00
parent 3a62b4d6b7
commit e187423d2a
1 changed files with 4 additions and 3 deletions

View File

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