mirror of
https://github.com/containers/podman.git
synced 2025-07-12 08:31:03 +08:00
Merge pull request #8155 from edsantiago/pr_title_again
Yet another iteration on PR title plugin
This commit is contained in:
5
.github/workflows/pr-title.yml
vendored
5
.github/workflows/pr-title.yml
vendored
@ -2,9 +2,10 @@
|
|||||||
|
|
||||||
name: "PR title check"
|
name: "PR title check"
|
||||||
|
|
||||||
on: pull_request_target
|
on:
|
||||||
|
pull_request_target:
|
||||||
branches:
|
branches:
|
||||||
- "!master" # don't run it on master to prevent errors
|
- "!master" # causes errors; reason unknown
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_pr:
|
update_pr:
|
||||||
|
Reference in New Issue
Block a user