0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【GitHub Copilot Workspace】PRタイトルにプレフィックスを判断して付けさせるプロンプト

Last updated at Posted at 2024-05-27

やったこと

GitHub Issueのcommentに下記を追加

- 作業内容に応じ、以下から適切なものを選択してPull Requestのタイトル先頭に付け加えること
\```
feat: A new feature
fix: A bug fix
docs: Documentation only changes
style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactor: A code change that neither fixes a bug nor adds a feature
perf: A code change that improves performance
test: Adding missing or correcting existing tests
chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
\```

スクリーンショット 2024-05-28 3.25.09.png

結果

プルリクのタイトルにプレフィックス(feat: )をつけてくれた
スクリーンショット 2024-05-28 3.26.53.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?