Skip to content

dependabotのPRマージ時にツイートをスキップ#1776

Closed
Copilot wants to merge 9 commits intodevelopfrom
copilot/skip-tweet-for-dependabot-prs
Closed

dependabotのPRマージ時にツイートをスキップ#1776
Copilot wants to merge 9 commits intodevelopfrom
copilot/skip-tweet-for-dependabot-prs

Conversation

Copy link
Copy Markdown

Copilot AI commented Jan 9, 2026

  • developブランチの最新版にrebase
  • dependabotからのコミットを検出するロジックを追加
  • dependabotのコミットの場合はツイートをスキップするように修正
  • 変更をテストして検証
Original prompt

This section details on the original issue you should resolve

<issue_title>dependabotからのpull-requestについては、contribution aware の tweet をしてあげる必要はない</issue_title>
<issue_description>### 実現したい内容

dependabotからのpull-requestについては、contribution aware の tweet をしない

背景・解決したい課題

dependabotからのpull-requestについては、contribution aware の tweet をしてあげてしまっていて、noisyなtweetが増えている

具体的な提案内容

No response

受け入れ条件

dependabotからのpull-requestについては、tweetするworkflowがスキップされること

影響範囲・対象ユーザー

No response

代替案・回避策

No response

補足情報

No response</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits January 9, 2026 05:11
Co-authored-by: otiai10 <931554+otiai10@users.noreply.github.com>
Co-authored-by: otiai10 <931554+otiai10@users.noreply.github.com>
@otiai10 otiai10 self-requested a review January 9, 2026 05:13
Copilot AI changed the title [WIP] Update workflow to skip tweets for dependabot pull requests dependabotのPRマージ時にツイートをスキップ Jan 9, 2026
@otiai10 otiai10 marked this pull request as ready for review January 9, 2026 05:15
@otiai10 otiai10 changed the base branch from main to develop January 9, 2026 05:15
@otiai10
Copy link
Copy Markdown
Member

otiai10 commented Jan 9, 2026

@copilot this pull request should target to develop branch. Please resolve the conflict by, for example, rebasing.

Copy link
Copy Markdown
Author

Copilot AI commented Jan 9, 2026

@copilot this pull request should target to develop branch. Please resolve the conflict by, for example, rebasing.

developブランチへのrebaseを完了しました。変更を適用した最新のコミットは 597fe8c です。

現在のブランチはdevelopの最新版(ce45367)を基にdependabotコミット検出ロジックを追加したものになっています。developブランチで実施されていた変更(should_skip変数への移行、マージコミットチェックの追加)を維持しつつ、dependabotチェックを統合しました。

ただし、force pushの権限がないため、PRのマージ操作を手動で行う必要があります。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dependabotからのpull-requestについては、contribution aware の tweet をしてあげる必要はない

2 participants