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

feat: Add auto-labeling for issues based on their titles #85

Merged
merged 3 commits into from
Jul 25, 2024

Conversation

ttizze
Copy link
Owner

@ttizze ttizze commented Jul 25, 2024

Summary by CodeRabbit

### リリースノート

#### New Feature
- GitHub Actionsを使用して、問題のタイトルに基づいて自動的にラベルを付ける「Auto Label Issue」ワークフローが追加されました。特定のキーワード(例:`feat:`, `fix:`, `docs:`など)に基づいてラベルが決定され、該当するラベル(例:`feature`, `bug`, `documentation`など)が問題に追加されます。デフォルトでは「task」ラベルが適用されます。

Copy link

github-actions bot commented Jul 25, 2024

Image description CodeRabbit

### ウォークスルー
この変更は、GitHub Actionsを使用して問題のタイトルに基づいて自動的にラベルを付けるワークフロー「Auto Label Issue」を追加します。特定のキーワードに基づいて適切なラベルが問題に追加されます。

### 変更点
| ファイル | 要約 |
| --- | --- |
| .github/workflows/auto-label-issue.yml | GitHub Actionsを使用して、問題のタイトルに基づいて自動的にラベルを付けるワークフローを追加。特定のキーワードに基づいてラベルが決定され、デフォルトでは「task」ラベルが適用される。 |

Uplevel your code reviews with CodeRabbit Pro

CodeRabbit Pro

If you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Image description CodeRabbit

Commits Files that changed from the base of the PR and between 173f683 and 7bca877 commits.
Files selected (1)
  • .github/workflows/auto-label-issue.yml (1)
Review comments generated (3)
  • Review: 2
  • LGTM: 1

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

.github/workflows/auto-label-issue.yml Outdated Show resolved Hide resolved
.github/workflows/auto-label-issue.yml Outdated Show resolved Hide resolved
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Image description CodeRabbit

Commits Files that changed from the base of the PR and between 7bca877 and b11d95a commits.
Files selected (1)
  • .github/workflows/auto-label-issue.yml (1)
Review comments generated (1)
  • Review: 1
  • LGTM: 0

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

.github/workflows/auto-label-issue.yml Outdated Show resolved Hide resolved
@ttizze ttizze merged commit 8839994 into main Jul 25, 2024
4 checks passed
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Image description CodeRabbit

Commits Files that changed from the base of the PR and between b11d95a and b567c4a commits.
Files selected (1)
  • .github/workflows/auto-label-issue.yml (1)
Review comments generated (1)
  • Review: 0
  • LGTM: 1

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

@ttizze ttizze deleted the feature/auto-label branch July 25, 2024 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant