{"id":13503312,"url":"https://github.com/technote-space/assign-author","last_synced_at":"2025-08-20T06:32:40.175Z","repository":{"id":40292346,"uuid":"205078201","full_name":"technote-space/assign-author","owner":"technote-space","description":"GitHub Actions to assign author to issue or PR","archived":false,"fork":false,"pushed_at":"2024-04-09T03:17:34.000Z","size":10478,"stargazers_count":83,"open_issues_count":5,"forks_count":11,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T13:50:14.536Z","etag":null,"topics":["github-actions","issues","pull-requests"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technote-space.png","metadata":{"files":{"readme":"README.ja.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://paypal.me/technote0space"}},"created_at":"2019-08-29T04:09:23.000Z","updated_at":"2025-06-05T09:08:20.000Z","dependencies_parsed_at":"2023-12-30T04:19:43.861Z","dependency_job_id":"df6e9fd5-ad23-457a-956b-9c7de8144e25","html_url":"https://github.com/technote-space/assign-author","commit_stats":{"total_commits":590,"total_committers":4,"mean_commits":147.5,"dds":"0.40338983050847455","last_synced_commit":"aaaa02250ccf26b6a78073a14809bdc9566b277c"},"previous_names":[],"tags_count":258,"template":false,"template_full_name":null,"purl":"pkg:github/technote-space/assign-author","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technote-space%2Fassign-author","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technote-space%2Fassign-author/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technote-space%2Fassign-author/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technote-space%2Fassign-author/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technote-space","download_url":"https://codeload.github.com/technote-space/assign-author/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technote-space%2Fassign-author/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271278789,"owners_count":24731900,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["github-actions","issues","pull-requests"],"created_at":"2024-07-31T22:02:46.012Z","updated_at":"2025-08-20T06:32:39.797Z","avatar_url":"https://github.com/technote-space.png","language":"TypeScript","funding_links":["https://paypal.me/technote0space"],"categories":["TypeScript"],"sub_categories":[],"readme":"# Assign Author\n\n[![CI Status](https://github.com/technote-space/assign-author/workflows/CI/badge.svg)](https://github.com/technote-space/assign-author/actions)\n[![codecov](https://codecov.io/gh/technote-space/assign-author/branch/main/graph/badge.svg)](https://codecov.io/gh/technote-space/assign-author)\n[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/assign-author/badge)](https://www.codefactor.io/repository/github/technote-space/assign-author)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/assign-author/blob/main/LICENSE)\n\n*Read this in other languages: [English](README.md), [日本語](README.ja.md).*\n\nIssue や Pull Request に Author をアサインする GitHub Actions です。\n\n## Table of Contents\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDetails\u003c/summary\u003e\n\n- [スクリーンショット](#%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88)\n- [インストール](#%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB)\n- [Action イベント詳細](#action-%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E8%A9%B3%E7%B4%B0)\n  - [対象イベント](#%E5%AF%BE%E8%B1%A1%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88)\n- [Author](#author)\n\n\u003c/details\u003e\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## スクリーンショット\n![GitHub Action](https://raw.githubusercontent.com/technote-space/assign-author/images/screenshot.gif)\n\n## インストール\n1. workflow を設定  \n   e.g. `.github/workflows/pull_request.yml`\n   ```yaml\n   on:\n     pull_request:\n       types: [opened]\n   name: Pull Request\n   jobs:\n     assignAuthor:\n       name: Assign author to PR\n       runs-on: ubuntu-latest\n       steps:\n         - name: Assign author to PR\n           uses: technote-space/assign-author@v1\n   ```\n   e.g. `.github/workflows/issues.yml`\n   ```yaml\n   on:\n     issues:\n       types: [opened]\n   name: Issues\n   jobs:\n     assignAuthor:\n       name: Assign author to issue\n       runs-on: ubuntu-latest\n       steps:\n         - name: Assign author to issue\n           uses: technote-space/assign-author@v1\n   ```\n\n## Action イベント詳細\n### 対象イベント\n| eventName | action |\n|:---:|:---:|\n|pull_request, pull_request_target|opened, reopened|\n|issues|opened, reopened|\n\n## Author\n[GitHub (Technote)](https://github.com/technote-space)  \n[Blog](https://technote.space)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnote-space%2Fassign-author","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnote-space%2Fassign-author","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnote-space%2Fassign-author/lists"}