mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 14:27:14 +01:00
21 lines
681 B
YAML
21 lines
681 B
YAML
version: 2
|
|
mergeable:
|
|
- when: issues.opened
|
|
validate:
|
|
- do: description
|
|
or:
|
|
- and:
|
|
- must_include:
|
|
regex: '^# Bug Report'
|
|
- must_include:
|
|
regex: 'https:\/\/getrector\.org\/demo\/'
|
|
- must_exclude:
|
|
regex: '^# Bug Report'
|
|
fail:
|
|
- do: comment
|
|
payload:
|
|
body: >
|
|
This bug report is missing a link to reproduction on [getrector.org/demo](https://getrector.org/demo).
|
|
|
|
It will most likely be closed after manual review.
|