mergeable.yml 446 B

123456789101112
  1. version: 2
  2. mergeable:
  3. - when: pull_request.opened
  4. name: "Greet a contributor"
  5. validate: []
  6. pass:
  7. - do: comment
  8. payload:
  9. body: >
  10. Thanks for your contribution! Unfortunately, we don't use GitHub pull requests to manage code contributions to this repository. Instead, please visit the upstream repository [github.com/fjwright/Run-REDUCE](https://github.com/fjwright/Run-REDUCE).
  11. - do: close