forked from Place1/wg-access-server
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Place1#132 from freifunkMUC/mergeable
Added: Mergeable configuration
- Loading branch information
Showing
3 changed files
with
27 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
version: 2 | ||
mergeable: | ||
- when: pull_request.opened | ||
name: "Greet a contributor" | ||
validate: [] | ||
pass: | ||
- do: comment | ||
payload: | ||
body: > | ||
Thanks for creating a pull request! A maintainer will review your changes shortly. Please don't be discouraged if it takes a while. | ||
- when: pull_request.* | ||
validate: | ||
- do: title | ||
must_exclude: | ||
regex: ^\[WIP\] | ||
- do: label | ||
must_exclude: | ||
regex: 'wip' | ||
- do: description | ||
no_empty: | ||
enabled: true | ||
message: Description matter and should not be empty. Provide detail with **what** was changed, **why** it was changed, and **how** it was changed. | ||
- do: dependent | ||
changed: | ||
file: 'package.json' # also supports globs expressions | ||
required: ['package-lock.json'] # alias: `files` for backward compatibility |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters