Skip to content

Commit c95b4fc

Browse files
committed
CI: require an issue in the MR descriptions
For eng/it/ci-fragments#22
1 parent 6424f98 commit c95b4fc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
stages:
22
- build
33

4+
issue-check:
5+
services:
6+
- image:e3
7+
stage: build
8+
interruptible: true # Cancel job if the branch is pushed
9+
variables: # do not checkout the git repository, not needed
10+
GIT_STRATEGY: none
11+
rules: # Launch only on merge requests
12+
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
13+
script:
14+
- require_issue # launch the verification
15+
416
build:
517
services:
618
- image:gtk-deps

0 commit comments

Comments
 (0)