Skip to content

Commit

Permalink
Merge pull request Place1#132 from freifunkMUC/mergeable
Browse files Browse the repository at this point in the history
Added: Mergeable configuration
  • Loading branch information
GoliathLabs authored Apr 6, 2022
2 parents 8808f5b + 90ad285 commit 384771e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 207 deletions.
26 changes: 26 additions & 0 deletions .github/mergeable.yml
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
206 changes: 0 additions & 206 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ helm delete my-release

## Changelog

See the [CHANGELOG.md](https://github.com/freifunkMUC/wg-access-server/blob/master/CHANGELOG.md) file
See the [Releases section](https://github.com/freifunkMUC/wg-access-server/releases)

## Development

Expand Down

0 comments on commit 384771e

Please sign in to comment.