Skip to content

Instantly share code, notes, and snippets.

View furkando's full-sized avatar

Furkan Doğan furkando

View GitHub Profile
@furkando
furkando / .gitlab-ci.yml
Created June 21, 2022 18:51
GitLab Jira Pull Request Link Enforcer
# Testing a Merge Request title begins with a valid JIRA issue id
# Requirements on (*nix) host:
# - curl used for downloading information from JIRA
# - jq used for parsing JSON content from JIRA
stages:
- check
variables:
JIRA_HEADER: "Accept: application/json"