Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Actionsを利用したイシュー自動Reviewer当て #11

Closed
3 tasks done
yuminn-k opened this issue Jan 29, 2024 · 0 comments
Closed
3 tasks done

GitHub Actionsを利用したイシュー自動Reviewer当て #11

yuminn-k opened this issue Jan 29, 2024 · 0 comments
Assignees
Labels
⏰ P3 추가적인 의견 제시나 소소한 개선사항 ⚙ Setting 개발 환경 세팅

Comments

@yuminn-k
Copy link
Member

yuminn-k commented Jan 29, 2024

📝 Issueの概要

GitHub Actionsを使用した新規プルリクエストの自動レビュワー割り当てに関する設定と運用の改善

📚 背景情報

新規に作成されたプルリクエストに対して自動でレビュワーを割り当てる機能を実装するため、GitHub Actionsの設定を行います。これにより、プルリクエストの管理をより効率的に行うことが可能になります。

📋 具体的な作業内容

  1. GitHub Actionsの設定ファイル(auto-reviewer.yml)を作成します。
  2. 設定ファイルに新規プルリクエストの作成時に自動でレビュワーを割り当てる設定を追加します。
  3. 指定したチームにプルリクエストを自動的にレビュワーとして割り当てるように設定します。

📎 関連するIssueやドキュメント

  • なし

🖼️ 参考スクリーンショットや図

  • なし

🔄 Issueの進行状況

  • GitHub Actionsの設定ファイル(auto-reviewer.yml)を作成
  • 自動レビュワー割り当て設定を追加
  • 指定チームへの自動レビュワー割り当てを
@yuminn-k yuminn-k added the ⚙ Setting 개발 환경 세팅 label Jan 29, 2024
@yuminn-k yuminn-k self-assigned this Jan 29, 2024
@yuminn-k yuminn-k moved this to In progress in ミノリ Jan 29, 2024
yuminn-k added a commit to yuminn-k/project_minori-next-deployment-repo that referenced this issue Jan 29, 2024
Create a yml file to store OKURA_FE team information separately so that you can automatically assign reviewers.

Related Issue: YJU-OKURA#11
yuminn-k added a commit to yuminn-k/project_minori-next-deployment-repo that referenced this issue Jan 29, 2024
This commit introduces a new feature where new pull requests are automatically assigned to reviewers using GitHub Actions. An auto_fe_reviewer.yml configuration file has been created for this purpose. This will streamline the management of pull requests.

Related Issue: YJU-OKURA#11
@yuminn-k yuminn-k moved this from In progress to In review in ミノリ Jan 29, 2024
@yuminn-k yuminn-k added the ⏰ P3 추가적인 의견 제시나 소소한 개선사항 label Jan 29, 2024
yuminn-k added a commit to yuminn-k/project_minori-next-deployment-repo that referenced this issue Jan 29, 2024
`auto_fe_reviewer.yml` file was moved from the `.github/workflows` directory to the `.github` directory. This change is to reflect the new structure of the project.

related issue: YJU-OKURA#11
yuminn-k added a commit that referenced this issue Feb 4, 2024
Modify an absolute path to a relative path

related issue: #11
yuminn-k added a commit that referenced this issue Feb 4, 2024
This commit updates the token used for authentication in our Github Organization. The previous token was experiencing issues, so a new token has been generated and applied to ensure smooth functioning of our organization's repositories and access controls.

Related issuses:
#5 
#7 
#11
yuminn-k added a commit that referenced this issue Feb 4, 2024
This commit updates the token used for authentication in our Github Organization. The previous token was experiencing issues, so a new token has been generated and applied to ensure smooth functioning of our organization's repositories and access controls.

Related issuses:
#5 
#7 
#11
yuminn-k added a commit to yuminn-k/project_minori-next-deployment-repo that referenced this issue Feb 16, 2024
Fixed an error where Assignees were not properly specified when creating an issue.

Related issue: YJU-OKURA#11
yuminn-k added a commit to yuminn-k/project_minori-next-deployment-repo that referenced this issue Feb 16, 2024
Fixed an error where Assignees were not properly specified when creating an issue.

Related issue: YJU-OKURA#11
yuminn-k added a commit to yuminn-k/project_minori-next-deployment-repo that referenced this issue Feb 16, 2024
Changed the filename to make sense for automatic assign behavior.

Related issue: YJU-OKURA#11
yuminn-k added a commit to yuminn-k/project_minori-next-deployment-repo that referenced this issue Feb 16, 2024
Changed configuration-path to absolute, which was not working due to relative paths.

Related issue: YJU-OKURA#11
@github-project-automation github-project-automation bot moved this from In review to Done in ミノリ Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⏰ P3 추가적인 의견 제시나 소소한 개선사항 ⚙ Setting 개발 환경 세팅
Projects
Status: Done
Development

No branches or pull requests

1 participant