Skip to content

ci(sync): update GitHub Actions - #104

Merged
zhekaby merged 1 commit into
masterfrom
ci/sync-github-actions-56d812b
Aug 14, 2026
Merged

ci(sync): update GitHub Actions#104
zhekaby merged 1 commit into
masterfrom
ci/sync-github-actions-56d812b

Conversation

@ik-ci-admin

@ik-ci-admin ik-ci-admin Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Automatically generated PR to sync GitHub Actions and related configs.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings August 14, 2026 16:49
@ik-ci-admin
ik-ci-admin Bot requested a review from a team August 14, 2026 16:49

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the local commitlint GitHub Action to support skipping commitlint checks for multiple release-bot usernames.

Changes:

  • Expanded release_bot input description to allow comma-separated usernames.
  • Updated if: conditions to treat release_bot as a comma-delimited list and skip steps when the actor matches.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

default: "true"
release_bot:
description: Release bot username
description: Release bot username, or a comma-separated list of usernames without spaces
- name: commitlint config file
id: commitlint-conf
if: github.actor != inputs.release_bot
if: ${{ !contains(format(',{0},', inputs.release_bot), format(',{0},', github.actor)) }}
- name: commitlint
uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1 - https://github.com/wagoid/commitlint-github-action/tags
if: github.actor != inputs.release_bot
if: ${{ !contains(format(',{0},', inputs.release_bot), format(',{0},', github.actor)) }}
@zhekaby
zhekaby merged commit b562436 into master Aug 14, 2026
7 checks passed
@zhekaby
zhekaby deleted the ci/sync-github-actions-56d812b branch August 14, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants