{"id":29958459,"url":"https://github.com/gumball12/yuki-no-plugin-test","last_synced_at":"2026-04-16T00:33:00.121Z","repository":{"id":301587730,"uuid":"1009416578","full_name":"Gumball12/yuki-no-plugin-test","owner":"Gumball12","description":"A test plugin for yuki-no that demonstrates all lifecycle hooks.","archived":false,"fork":false,"pushed_at":"2025-07-27T16:19:56.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-13T13:50:01.298Z","etag":null,"topics":["actions","docs","github-action","plugins","translation","yuki-no"],"latest_commit_sha":null,"homepage":"https://github.com/Gumball12/yuki-no/blob/main/docs/PLUGINS.md","language":"TypeScript","has_issues":false,"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/Gumball12.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,"zenodo":null}},"created_at":"2025-06-27T05:17:32.000Z","updated_at":"2025-07-27T16:20:00.000Z","dependencies_parsed_at":"2025-06-27T17:35:39.793Z","dependency_job_id":null,"html_url":"https://github.com/Gumball12/yuki-no-plugin-test","commit_stats":null,"previous_names":["gumball12/yuki-no-plugin-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gumball12/yuki-no-plugin-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gumball12%2Fyuki-no-plugin-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gumball12%2Fyuki-no-plugin-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gumball12%2Fyuki-no-plugin-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gumball12%2Fyuki-no-plugin-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gumball12","download_url":"https://codeload.github.com/Gumball12/yuki-no-plugin-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gumball12%2Fyuki-no-plugin-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31866347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["actions","docs","github-action","plugins","translation","yuki-no"],"created_at":"2025-08-03T20:45:59.385Z","updated_at":"2026-04-16T00:33:00.107Z","avatar_url":"https://github.com/Gumball12.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @gumball12/yuki-no-plugin-test\n\nA test plugin for [yuki-no](https://github.com/Gumball12/yuki-no) that demonstrates all lifecycle hooks.\n\n## Installation\n\nIf you're using this as a Yuki-no plugin, you can use it without installation. For more details, please refer to the [Yuki-no Using Plugins documentation](https://github.com/Gumball12/yuki-no/blob/main/docs/PLUGINS.md#using-plugins).\n\n## Usage\n\nAdd the plugin to your yuki-no workflow:\n\n```yaml\n- uses: Gumball12/yuki-no@v1\n  env:\n    # Optional: Custom plugin message\n    YUKI_NO_TEST_MESSAGE: 'Translated by our team'\n    YUKI_NO_TEST_DEBUG_MODE: true\n    YUKI_NO_TEST_MULTILINE_VALUE: |\n      value 1\n      value 2\n      value 3\n  with:\n    access-token: ${{ secrets.GITHUB_TOKEN }}\n    head-repo: https://github.com/source/repository.git\n    track-from: commit-hash\n    plugins: |\n      @gumball12/yuki-no-plugin-test@0.0.6\n```\n\n## What it does\n\n- **Logs** all lifecycle events with clear messages\n- **Enhances** created issues with commit metadata\n- **Supports** custom message input for personalization\n- **Demonstrates** proper plugin development patterns\n\n## Example Output\n\n```\n[yuki-no-test-plugin] 🚀 Plugin initialized\n[yuki-no-test-plugin] 🔍 Starting comparison process\n[yuki-no-test-plugin] ✅ Found 2 commits to process\n[yuki-no-test-plugin] Commit 1: abc123d - Add documentation\n[yuki-no-test-plugin] 📝 Creating issue for commit: abc123d\n[yuki-no-test-plugin] 🎉 Issue #42 created\n[yuki-no-test-plugin] ✅ Enhancement comment added\n[yuki-no-test-plugin] 🏁 Process completed successfully\n```\n\nYou can see these logs in your GitHub Actions workflow run logs.\n\n## Related Links\n\n- [yuki-no GitHub Action](https://github.com/Gumball12/yuki-no)\n- [Plugin Development Guide](https://github.com/Gumball12/yuki-no/blob/main/docs/PLUGINS.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgumball12%2Fyuki-no-plugin-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgumball12%2Fyuki-no-plugin-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgumball12%2Fyuki-no-plugin-test/lists"}