Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
some test commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-github-segment committed Dec 14, 2020
1 parent a111102 commit e9d8bf3
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/mergeable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
version: 2
mergeable:
- when: pull_request.*, pull_request_review.*
name: Change Control Pre-Merge-Check
validate:
- do: or
validate:
- do: and
validate:
- do: approvals
min:
count: 1
- do: description
or:
- and:
- must_exclude:
regex: Testing completed successfully
- must_include:
regex: Testing not required
- and:
- must_include:
regex: Testing completed successfully
- must_exclude:
regex: Testing not required
- must_include:
regex: 'CC-\d{4,5}'
- do: title
must_include:
regex: stage|staging|README|non-prod|docs
pass:
- do: checks
status: success
payload:
title: Mergeable Run has been Completed!
summary: All the validators are passing!
fail:
- do: checks
status: failure
payload:
title: Mergeable Run has been Completed!
summary: "### Status: {{toUpperCase validationStatus}}\
\nHere are some stats of the run:\
\n{{#with validationSuites.[0]}} {{ validations.length }} validations were ran. {{/with}}\n"
text: "{{#each validationSuites}}\n
### {{{statusIcon status}}} Change-Control Pre-Merge Check \n
#### All PRs must follow bellow Change-Control rules: \n
* ##### {{#with validations.[0]}} {{{statusIcon status}}} Must have at least one approval.\n {{/with}}
* ##### {{#with validations.[1]}} {{{statusIcon status}}} Description includes a testing plan: \n
\t ##### \"Testing not required\" OR \"Testing completed successfully\" but NOT BOTH. \n
\t ##### OR \n
\t ##### Jira Change-Control ticket is included.\n {{/with}}\n\n
#### PRs that are exempt from Change-Control: \n
* ##### {{#with validations.[2]}} {{{statusIcon status}}} Title includes stage, staging, README, non-prod, docs.\n {{/with}}\n
{{/each}}"

0 comments on commit e9d8bf3

Please sign in to comment.