Overview
Comment: | multi: Update to PR autoresponder, add SECURITY.md
Update: .github/mergeable.yml - update verbiage. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
26b309fce818c9fd02709e31701026c3 |
User & Date: | jeff@gridfinity.com on 2021-03-01 10:35:17 |
Other Links: | manifest | tags |
Context
2021-03-02
| ||
17:32:01 | Update README.md: Section headers, links, etc. check-in: 9030d439b8 user: trnsz@pobox.com tags: master, trunk | |
2021-03-01
| ||
10:35:17 | multi: Update to PR autoresponder, add SECURITY.md check-in: 26b309fce8 user: jeff@gridfinity.com tags: master, trunk | |
04:31:58 | Update .gitattributes: Exclude doc from Linguist. Closed-Leaf check-in: 7c29086699 user: jeff@gridfinity.com tags: origin/master, trunk | |
Changes
Modified .github/mergeable.yml from [f0d3389fbd] to [02c5c4d3e0].
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 |
Added SECURITY.md version [28b1629609].
> > > > > | 1 2 3 4 5 | # Security Information ## Reporting a Vulnerability As the upstream for this project seems to be currently unavailable, if any critical vulnerabilities is found, please email [\<trnsz@pobox.com\>](mailto:trnsz@pobox.com) with the details. Include "GRG3.2" in the Subject. |