aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* docs: Update the Contact documentKevin O'Connor2023-11-012-5/+5
| | | | | | | | | | | | | | | | | | Try to make it more clear that Discord is not Discourse, as the two similarly sounding services are often confused by users unfamiliar with them. The Klipper Discourse and Klipper Discord are available for many topics related to Klipper - reword some sections to make their use more open. Avoid referring to the Klipper github repo in this Contact document as we no longer use Klipper github issues at all. Remove the table of contents as it is largely redundant for the document. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Fix regression due to update of actions/staleKevin O'Connor2023-08-211-0/+2
| | | | | | | | | Commit 594c0243 updated the workflows from actions/stale@v3 to actions/stale@v8, but did not make the corresponding updates to the config parameters. This resulted in the closing of some PRs. Update the config parameters to avoid this regression. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: update dependencies (#6293)Thijs Triemstra2023-08-113-8/+8
| | | Signed-off-by: Thijs Triemstra <info@collab.nl>
* stale-issue-bot: Update github lock-threads action to v4Kevin O'Connor2023-03-271-1/+1
| | | | | | Update to latest version in hopes it will reduce failure reports. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Convert to Ubuntu 20.04 for build testKevin O'Connor2023-02-091-1/+1
| | | | | | This also updates to the latest version of pru-gcc. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* .github: Minor update to github issue chooserKevin O'Connor2022-11-151-1/+1
| | | | | | Clarify that the Contact.md contains "Contact Directions". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* .github: Remove custom issue templateKevin O'Connor2022-11-151-6/+0
| | | | | | | Remove the custom.md github issue template so that github only shows the choices listed in the config.yml file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Lock comments on old PRs (no activity in a year)Kevin O'Connor2022-10-131-2/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update koconnor donation linksKevin O'Connor2022-08-241-1/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Fix spurious path in klipper3d-deploy.yamlKevin O'Connor2022-07-161-1/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* _klipper3d: New language translation deploymentYifei Ding2022-04-061-3/+9
| | | | | Signed-off-by: Yifei Ding <yifeiding@protonmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Add comment when adding reviewer-needed label to idle ticketKevin O'Connor2022-03-261-0/+49
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Update invalid-label-bot.yaml to use actions/github-script@v6Kevin O'Connor2022-03-131-3/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Update stale-issue-bot.yaml to use actions/github-script@v6Kevin O'Connor2022-03-131-51/+51
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Mark inactive github PRs with "reviewer needed"Kevin O'Connor2022-03-131-0/+35
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Automatically close PRs with "reviewer needed" that become staleKevin O'Connor2022-03-131-0/+48
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Add github tool to add a comment to PRs marked "reviewer needed"Kevin O'Connor2022-03-131-0/+66
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* klipper3d-deploy: Temporarily disable translations on klipper3d.orgKevin O'Connor2022-03-081-4/+0
| | | | | | | | Temporarily disable support for multiple languages on the main klipper3d.org site. The search functionality isn't working correctly with translations. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Mkdocs i18n support (#5072)Yifei Ding2022-02-141-0/+4
| | | Signed-off-by: Yifei DIng <yifeiding@protonmail.com>
* workflows: Lock issues that have been closed for 6+ monthsKevin O'Connor2021-11-221-0/+11
| | | | | | | | Add a new automation to lock closed issues with no recent updates. This is intended to reduce updates to old tickets that few people will see. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Limit github ticket workflows to Klipper3d/klipper repoKevin O'Connor2021-11-162-0/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Fix typo in stale-issue-botKevin O'Connor2021-08-171-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Add script to manage "not mainline" and "pending feedback" PRsKevin O'Connor2021-08-171-0/+90
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Merge close-invalid-bot into stale-issue-botKevin O'Connor2021-08-172-36/+33
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Revert "workflows: Point to https://www.klipper3d.org/Contact"Kevin O'Connor2021-07-273-4/+4
| | | | | | This reverts commit d14015111e30a8a58cbd9c97a2af4446048a15b7. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Point to https://www.klipper3d.org/ContactKevin O'Connor2021-07-273-4/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* _klipper3d: Move mkdocs.yml to docs/_klipper3dKevin O'Connor2021-07-271-1/+1
| | | | | | Reported by @damlobster . Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Setup mkdocs with mkdocs-material themeDamien2021-07-271-0/+29
| | | | | | This changes the framework used to generate the klipper3d site. Signed-off-by: Damien Martin <damlobster@gmail.com>
* workflows: Change not_on_github label to "not on github"Kevin O'Connor2021-06-272-6/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Rename the "invalid" label to "not_on_github"Kevin O'Connor2021-06-222-7/+7
| | | | | | Use a more appropriate label name. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Minor wording change to invalid-label-botKevin O'Connor2021-05-171-2/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Automatically close resolved issues after one week of inactivityKevin O'Connor2021-05-131-0/+40
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* invalid-label-bot: Minor changes to invalid label commentKevin O'Connor2021-05-061-8/+9
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* invalid-label-bot: Fix typoKevin O'Connor2021-05-031-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* invalid-label-bot: Reword the invalid label messageKevin O'Connor2021-05-021-3/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Fix cron entry in close-invalid-bot.yamlKevin O'Connor2021-04-181-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Add close-invalid-bot.yamlKevin O'Connor2021-04-182-11/+33
| | | | | | | The generic stale issue tool wont close an issue that has comments after the initial invalid message. Add a bot to close invalid issues. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Update issue template to further encourage reading the directionsKevin O'Connor2021-04-181-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stale-issue-bot: Increase stale warning from 3 weeks to 5 weeksKevin O'Connor2021-04-071-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add links to Klipper Discourse server to Contact.mdKevin O'Connor2021-03-271-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Fix typo in invalid-label-bot.yamlKevin O'Connor2021-03-261-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Add github issue chooserKevin O'Connor2021-03-242-0/+14
| | | | | | | Add links to documentation and chat server when a new user opens a new issue ticket. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Add FUNDING.yml fileKevin O'Connor2021-03-241-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Simplify the github "invalid" issue messageKevin O'Connor2021-03-241-6/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Update stale-issue-bot.yaml to also close invalid ticketsKevin O'Connor2021-02-021-1/+12
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* workflows: Add invalid-label-bot.yaml script to warn on invalid ticketsKevin O'Connor2021-02-021-0/+40
| | | | | | | Add a tool to add a comment on any issue that has the invalid label added to it. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build-test: Move system package installation to ci-install.shKevin O'Connor2020-10-301-3/+0
| | | | | | | It's more maintainable to have the system packages listed in ci-install.sh instead of in build-test.yaml. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build-test: Remove references to "travis" in build testsKevin O'Connor2020-10-301-5/+5
| | | | | | | Use "ci-build.sh" "ci-install.sh" and similar, as travis-ci is no longer being used. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build-test: Build with normal Ubuntu arm-eabi compilerKevin O'Connor2020-10-301-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Run continuous integration tests using "github actions"Kevin O'Connor2020-10-301-0/+30
| | | | | | | Use "github actions" instead of "travis ci" for the automatic build regression tests. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>