Commit Graph

7 Commits

Author SHA1 Message Date
Gary Verhaegen
1872c668a5
replace DAML Authors with DA in copyright headers (#5228)
Change requested by Manoj.

CHANGELOG_BEGIN
CHANGELOG_END
2020-03-27 01:26:10 +01:00
Gary Verhaegen
47bd131f15
add copyright headers to yml files (#4407)
We seem to have forgotten about them in the copyright scripts.

CHANGELOG_BEGIN
CHANGELOG_END
2020-02-06 12:54:07 +01:00
Martin Huschenbett
9d25f248a1
Rename automerge-dangerous-but-faster to automerge (#1605)
At the same time rename `automerge` to `automerge-after-rebase`.
2019-06-12 08:37:07 -04:00
Gary Verhaegen
8188901dc1
add non-strict mergify option (#1049)
Add the option of setting the `automerge-dangerous-but-fast` label on a
PR to request mergify to merge it ASAP, i.e. as soon as tests pass,
skipping the important "rebase" step, making it prone to "race
condition" issues getting introduced and breaking master. This should
only be used for either very safe or very urgent work.

Please keep in mind `master` is the stable, shared branch from which
everyone works and its primary goal is to be stable. It is not the only
way to share code and should not be the primary way to share code within
small groups of people working on the same thing together.
2019-05-09 16:02:21 +01:00
Gary Verhaegen
d1fd0c039b
strictify mergify (#576) 2019-04-17 14:25:36 +01:00
Francesco Mazzoli
96eb060a22
no strict merge in mergify (see comment) (#565) 2019-04-17 10:40:42 +02:00
Gary Verhaegen
0b41238438
enable mergify (#553) 2019-04-16 18:16:30 +01:00