Differences From Artifact [f0d3389fbd]:
- File
.github/mergeable.yml
— part of check-in
[8e51b777fc]
at
2021-03-01 03:32:17
on branch trunk
— multi: Configure GitHub-specific applications.
Add: .github/issue-close-app.yml: Close issues.
Add: .github/mergeable.yml: Close pull requests. (user: jeff@gridfinity.com, size: 620) [annotate] [blame] [check-ins using] [more...]
To Artifact [02c5c4d3e0]:
- File
.github/mergeable.yml
— part of check-in
[26b309fce8]
at
2021-03-01 10:35:17
on branch master
— multi: Update to PR autoresponder, add SECURITY.md
Update: .github/mergeable.yml - update verbiage.
Add: SECURITY.md - provide email contact info. (user: jeff@gridfinity.com, size: 605) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 | version: 2 mergeable: - when: pull_request.opened name: "Greet a contributor" validate: [] pass: - do: comment payload: body: > | | | 1 2 3 4 5 6 7 8 9 10 11 | version: 2 mergeable: - when: pull_request.opened name: "Greet a contributor" validate: [] pass: - do: comment payload: body: > Thanks for your contribution! Unfortunately, we don't use GitHub pull requests to manage code contributions to this repository. Instead, please see the [GRG Homepage](https://reduce-algebra.sourceforge.io/grg32/grg32.php), the [REDUCE Homepage](https://reduce-algebra.sourceforge.io) or the [REDUCE Support Page](https://sourceforge.net/projects/reduce-algebra/support) at Sourceforge for further details." - do: close |