Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroyuki Sato <sathiroyuki@gmail.com>2019-02-13 13:59:34 +0300
committerKamil TrzciƄski <ayufan@ayufan.eu>2019-02-13 13:59:34 +0300
commit30cd8432dd6ff0de5e6cc1b01bd88adebf659629 (patch)
treecba7be360d3df20516b10aaa848397407cf151bd /changelogs
parenta772e01051a07ce6f4b539b603b542bc23daad62 (diff)
Support `only: changes:` on MR pipelines
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/support-only-changes-on-mr-pipelines.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/support-only-changes-on-mr-pipelines.yml b/changelogs/unreleased/support-only-changes-on-mr-pipelines.yml
new file mode 100644
index 00000000000..fbab898b799
--- /dev/null
+++ b/changelogs/unreleased/support-only-changes-on-mr-pipelines.yml
@@ -0,0 +1,5 @@
+---
+title: 'Support `only: changes:` on MR pipelines'
+merge_request: 24490
+author: Hiroyuki Sato
+type: added