aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
AgeCommit message (Collapse)Author
2024-04-30[ci skip] Remove trailing comma in projects actionNassim Jahnke
2024-04-29[ci skip] update projects workflow configurationRiley Park
2024-04-28[ci skip] adjust projects workflow for label changesRiley Park
2024-04-28[ci skip] Fix discussion template file name (#10607)Noah van der Aa
2024-04-28[ci skip] Feature requests are now in GitHub Discussions (#10606)Riley Park
* [ci skip] feature requests are now discussions, not issues * Re-add discussion template * [ci skip] remove old feature label --------- Co-authored-by: Noah van der Aa <[email protected]>
2024-04-28Update jdk version and distribution in actionsNassim Jahnke
2024-03-19[ci skip] Upstream dependencies in workflow scripts. (#10338)Kichura
2024-02-28Close PRs opened from orgs or bot accounts (#10281)Bjarne Koll
Expands the existing close_invalid_prs workflow to also close prs that were opened from repositories not owned by user accounts. This is required as such PRs cannot be edited by maintainers. The implementation re-uses the existing job instead of creating a new job to limit the amount of checks to the bare minimum.
2023-12-19[ci skip] Make test results viewable in-browser and downloadable (#10055)Jason Penilla
* Post test results * empty commit * Make a test fail * Add missing check * Disable commenting * Revert "Make a test fail" This reverts commit d919653c2b38a3afb74d28e5462685f7ec54b16a. * remove commenting permission
2023-07-11[ci skip] Add gradle wrapper validation actionNassim Jahnke
2023-07-01[ci skip] add 'accepted' to Done project category (#9429)Jake Potrebic
2023-06-03[ci skip] add 'needs triage' label to invalid on issue close (#9252)Jake Potrebic
2023-04-11[ci-skip] Fix missing closing quote (#9126)Matt Artist
2023-04-09[ci skip] add missing labels to project status map (#9106)Jake Potrebic
2023-04-06[ci skip] add workflow for auto-managing issue board (#8958)Jake Potrebic
* add workflow for auto-managing issue board * make concurrency depend on the issue number * generate token in the action
2023-04-04[ci skip] Update download urls (#9100)BlockyTheDev
2023-01-09[ci skip] Automatically close PRs from master branches on opening (#8779)Jason
2022-11-30[ci skip] couple more fixes for build pr jar label (#8599)Jake Potrebic
2022-11-23pr command action fixes (#8591)Jake Potrebic
2022-11-23[ci skip] Rework workflows to support optional paperclip build (#8583)Jake Potrebic
2022-10-26[ci skip] Update checkout action in workflow (#8510)Pedro
2022-10-22[ci skip] Update workflow dependencies (#8489)Pedro
2022-07-31[ci skip] remove staleRiley Park
2022-06-29[ci skip] fix team name in codeownersRiley Park
2022-06-14[ci skip] Update performance problem issue template to account for new ↵Noah van der Aa
config formats (#7967)
2022-04-05Update actionsJason Penilla
2022-03-13[ci-skip] Fix typo in feature request issue template (#7593)Noah van der Aa
2021-12-06[ci skip] Revert "Create workflow to add new PRs to the PR Queue project ↵Riley Park
(#6918)" (#7046) This reverts commit b8d486cbc4825d8bcb4d98c170f579571ae86bc7.
2021-12-05Create workflow to add new PRs to the PR Queue project (#6918)MiniDigger | Martin
2021-12-04[ci skip] Fix double actions on PRs from main Paper repoJason Penilla
2021-11-30[ci skip] remove core team from catch-all codeowners (#6958)Nassim Jahnke
2021-11-30java 17Jason Penilla
2021-10-23ci: Update gh actions with caching (#6819) [ci skip]Alex
Closes #6474
2021-10-04[ci skip] remove markdown from issue template (#6705)sulu5890
Some areas of the issue template will not render markdown
2021-10-02[ci skip] update issue template to remove checkboxes and add datapacks (#6702)sulu5890
* Update issue template to remove checkboxes and add datapacks * capitalize GitHub and Discord
2021-06-21[ci skip] Performance boost! (#5942)Prof-Bloodstone
Make paper version required in the issue templates
2021-06-14run CI with --stacktraceMiniDigger
2021-06-14eeeeww, mavenMiniDigger
2021-06-14separate out the CI tasksMiniDigger
2021-06-14update github action to the new setupMiniDigger
2021-06-11ci: remove java 8 buildMariell Hoversholm
Signed-off-by: Mariell Hoversholm <[email protected]>
2021-05-23[CI-SKIP] ci: update setup-java action (#5710)Mariell Hoversholm
* ci: update setup-java action * ci: change java distribution to adopt Signed-off-by: Mariell Hoversholm <[email protected]>
2021-05-23ci: replace Java 11 with Java 16 in GH Actions build flow (#5709)Mariell Hoversholm
* ci: add Java 16 to GH Actions build flow With our new dependence on Java 16+ as of Minecraft 1.17 (refer to: https://www.minecraft.net/en-us/article/minecraft-snapshot-21w19a), we should also ensure everything we merge builds on Java 16. Signed-off-by: Mariell Hoversholm <[email protected]> * ci: remove Java 11 from build flow Signed-off-by: Mariell Hoversholm <[email protected]>
2021-05-05[CI-SKIP] Add Other textarea to issue templates (#5562)Prof-Bloodstone
2021-04-21Update teams known as code ownersRiley Park
Cinnamon buns are delicious.
2021-03-22[CI-SKIP] Change some fields to textara (#5405)MiniDigger | Martin
2021-03-22[CI-SKIP] 🚀 Upgrade to new form-based templates (#5278)Olivia
2021-03-18Change cache keysMariell Hoversholm
2021-02-08[CI-SKIP] [Meta] Exempt more labels from being marked as stale (#5142)Max Lee
* Exempt more labels from being marked as stale * Order alphabetically and add suggestions Also don't go deeper I guess 👀
2021-01-30Add javadoc step to GH ActionsMariell Hoversholm