Skip to content

Chore/225-pr-label-inheritance-workflow#227

Open
mikannkann wants to merge 6 commits into
mainfrom
chore/225-pr-label-inheritance-workflow
Open

Chore/225-pr-label-inheritance-workflow#227
mikannkann wants to merge 6 commits into
mainfrom
chore/225-pr-label-inheritance-workflow

Conversation

@mikannkann

@mikannkann mikannkann commented Sep 24, 2025

Copy link
Copy Markdown
Collaborator

自動でissueのラベルを、PRに引き継ぐようになりました!便利かも!


Closes #225

mikannkann and others added 4 commits September 24, 2025 11:46
Copilot AI review requested due to automatic review settings September 24, 2025 03:20
@github-actions github-actions Bot added type: enhancement 新機能の追加や既存機能の改善 area: infra 開発や本番環境のインフラに関連 labels Sep 24, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements automatic label inheritance from issues to pull requests, adding functionality to copy labels matching specific patterns (type:, area:, priority:) from linked issues to their corresponding PRs.

  • Adds issue read permissions to the workflow
  • Consolidates PR automation jobs into a single setup-pr job
  • Implements label filtering and copying logic using GitHub CLI

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread .github/workflows/pr-automation.yml Outdated
Comment thread .github/workflows/pr-automation.yml Outdated
mikannkann and others added 2 commits September 24, 2025 12:22
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@mikannkann mikannkann requested review from a team and ACF37 September 24, 2025 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: infra 開発や本番環境のインフラに関連 type: enhancement 新機能の追加や既存機能の改善

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] issueの特定のタグをPRに引き継ぐワークフローの作成

2 participants