Skip to content

fix(ci): ignore bot comments in the community merge command#303

Merged
neuromechanist merged 1 commit into
developfrom
feature/issue-302-skip-bot-comments
Jun 5, 2026
Merged

fix(ci): ignore bot comments in the community merge command#303
neuromechanist merged 1 commit into
developfrom
feature/issue-302-skip-bot-comments

Conversation

@neuromechanist

Copy link
Copy Markdown
Member

The App's confirmation comment contains 'LGTM / merge', so it re-triggered the issue_comment workflow, which then no-op'd (bot is not a maintainer) -- one harmless extra run per merge.

Add github.event.comment.user.type != 'Bot' to the job if: so the App's own comment (and any bot) no longer self-triggers the workflow.

Closes #302

Test plan

  • YAML validated. After merge + main sync: a LGTM/merge command still merges, but the App's confirmation comment no longer spawns a second run.

The App's confirmation comment contains 'LGTM / merge' and re-triggered the
issue_comment workflow (which then no-op'd: bot is not a maintainer). Skip
comments where comment.user.type == 'Bot' so the App's own comment no longer
spawns an extra run.

Closes #302
@neuromechanist neuromechanist merged commit ffccf1f into develop Jun 5, 2026
6 checks passed
@neuromechanist neuromechanist deleted the feature/issue-302-skip-bot-comments branch June 5, 2026 06:36
This was referenced Jun 5, 2026
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.

1 participant