summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-10-27 09:20:39 +0100
committerGitHub <noreply@github.com>2020-10-27 09:20:39 +0100
commita24341b9085c09460cd5b3bdd3c0b10024670dfd (patch)
tree9588fa0b74124be97cbe4f87568684d0a33e2dce
parent3a62b4d6b70aaf68a443359319eb3fce7b101b87 (diff)
parente187423d2a6b42d20931a0d941572bad4b974f4e (diff)
downloadpodman-a24341b9085c09460cd5b3bdd3c0b10024670dfd.tar.gz
podman-a24341b9085c09460cd5b3bdd3c0b10024670dfd.tar.bz2
podman-a24341b9085c09460cd5b3bdd3c0b10024670dfd.zip
Merge pull request #8155 from edsantiago/pr_title_again
Yet another iteration on PR title plugin
-rw-r--r--.github/workflows/pr-title.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml
index 32d566288..e00b8465c 100644
--- a/.github/workflows/pr-title.yml
+++ b/.github/workflows/pr-title.yml
@@ -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: