{"id":15488908,"url":"https://github.com/vincenzopalazzo/penguin","last_synced_at":"2025-03-28T16:16:47.915Z","repository":{"id":63414036,"uuid":"567654442","full_name":"vincenzopalazzo/penguin","owner":"vincenzopalazzo","description":"Triage bot built to be used inside the Rust Async working group and also be an extensible triage bot written in Async Rust","archived":false,"fork":false,"pushed_at":"2023-09-25T16:28:59.000Z","size":121,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T16:32:23.303Z","etag":null,"topics":["asynchronous-programming","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vincenzopalazzo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-18T09:10:58.000Z","updated_at":"2023-02-10T19:55:48.000Z","dependencies_parsed_at":"2023-01-22T18:01:13.698Z","dependency_job_id":"3fed0dfc-726a-4068-acd7-1319dc9d4ce0","html_url":"https://github.com/vincenzopalazzo/penguin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincenzopalazzo%2Fpenguin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincenzopalazzo%2Fpenguin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincenzopalazzo%2Fpenguin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincenzopalazzo%2Fpenguin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vincenzopalazzo","download_url":"https://codeload.github.com/vincenzopalazzo/penguin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246059336,"owners_count":20717085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asynchronous-programming","rust","rust-lang"],"created_at":"2024-10-02T07:02:24.811Z","updated_at":"2025-03-28T16:16:47.816Z","avatar_url":"https://github.com/vincenzopalazzo.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003epenguin\u003c/h1\u003e\n\n  \u003cimg src=\"https://img.freepik.com/free-vector/cute-baby-penguin-cartoon-vector-icon-illustration-animal-nature-icon-concept-isolated-premium-vector-flat-cartoon-style_138676-3770.jpg?w=2000\" wight=\"200\" height=\"200\" /\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003e Triage bot built to be used inside the Rust Async working group and also be an extensible triage bot written in Async Rust \u003c/strong\u003e\n  \u003c/p\u003e\n\n  \u003cp\u003e\n    \u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/workflow/status/vincenzopalazzo/penguin/Sanity%20Check%20codebase?style=flat-square\"\u003e\n  \u003c/p\u003e\n\n  \u003ch4\u003e\n    \u003ca href=\"https://github.com/vincenzopalazzo/penguin\"\u003eProject Homepage\u003c/a\u003e\n  \u003c/h4\u003e\n\u003c/div\u003e\n\n## Table of Content\n\n- Introduction\n- How to use\n\n\n## Introduction\n\nDeveloped as part of the Rust Async WG while @vincenzopalazzo was onboarding in the async programming in rust concept. The tool is developed as a \nproof of concept for the Async Runtime [Rio](https://github.com/vincenzopalazzo/rio) that is a tiny async runtime developed during the Async WG onboarding.\n\nWhy the penguin name?\n\n\u003eThe answer to every problem involved penguins. – Rick Riordan\n\n## How to use\n\nThere are two simple steps\n\n1. Create your `triage.json` file from the following template:\n\n``` json\n{\n    \"team\": \"async-wg\",\n    \"git\": {\n        \"owner\": \"rust-lang\",\n        \"repo\": \"rust\",\n        \"labels\": [\"A-async-await\"],\n        \"exclude\": [\n          \"AsyncAwait-Triaged\"\n        ],\n      \"since\": \"2023-04-01T16:14:37.222558823+00:00\"\n    },\n    \"hackmd\": {\n        \"token\": \"\u003cTOKEN\u003e\",\n        \"team\": false\n    }\n}\n```\nYou can generate the hackmd token from the [following docs](https://hackmd.io/@hackmd-api/developer-portal/https:%2F%2Fhackmd.io%2F@hackmd-api%2Fhow-to-issue-an-api-token)\n\n\n2. Run the following command and start your triage meeting\n\n```\n➜  penguin git:(main) ✗ rustup default nightly \u0026\u0026 make install\n➜  penguin git:(macros/fixs) ✗ penguin --config /home/vincent/async-triage.json          \n The last issue triage was 2023-04-01T16:14:37.222558823+00:00\n✓ Triage Hackmd available at: https://hackmd.io/@vincenzopalazzo/SkBLw_aQh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincenzopalazzo%2Fpenguin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvincenzopalazzo%2Fpenguin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincenzopalazzo%2Fpenguin/lists"}