Overview
Comment: | multi: Configure GitHub-specific applications.
Add: .github/issue-close-app.yml: Close issues. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | 3.2.6 | trunk |
Files: | files | file ages | folders |
SHA3-256: |
80978e6653b481fac2c0be9cea750c78 |
User & Date: | jeff@gridfinity.com on 2021-03-01 03:32:17 |
Other Links: | manifest | tags |
Context
2021-03-01
| ||
03:37:40 | Update README.md: Link to upstream homepage. check-in: 2e1070841a user: jeff@gridfinity.com tags: origin/master, trunk | |
03:32:17 | multi: Configure GitHub-specific applications. Leaf check-in: 80978e6653 user: jeff@gridfinity.com tags: 3.2.6, trunk | |
03:28:28 | Initial checkin: GRG 3.2 Release 6 (July 16, 2000) check-in: 96e7dce126 user: jeff@gridfinity.com tags: trunk | |
Changes
Added .github/issue-close-app.yml version [0f3c6822d1].
> > > > > > > > | 1 2 3 4 5 6 7 8 | comment: "Thanks for your report! Unfortunately, we don't use GitHub Issues to manage bug reports for 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 details on how to report a bug." issueConfigs: - content: - "a2ee3e2e1e0c1b7891c5a390877c070d88745becb9d42d5ecb9cfd03b4dae593367d42ff120b9a836ec944ad242d05b9cc70cac08f13d0f1497dada9b3dc0cfc" - "4373650124fbaa13f0eebd84723ab2e726dd86284bbee61f93cb22426ed2f1e0643b1765f25c68927d0ee3dcb5ccf9b0c4fbe18b9cb95f8a854e66415810841c" - "8156afa9af9e68a82b12c3a33cf6110c2376f05be913d0826da9e56363464d8824b66099ece229fabf88cac5a50bab3ee1c2f5ce491c5bc2ca43f4507ede52f9" - "7c5dc57df185d19fe8656621fa6b5ceaedf04cf9b09968973f8af70095a4b8e4f086a8e75709dc6b28e220d35469c7c1a845c537807f6c98ba6464751f2d051a" |
Added .github/mergeable.yml version [f0d3389fbd].
> > > > > > > > > > > | 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 details on how to report a bug." - do: close |