Skip to content

fix: Make codeowners-merge callable#2

Merged
elementx-codeowners[bot] merged 2 commits into
mainfrom
fix/codeowners-merge
Apr 30, 2026
Merged

fix: Make codeowners-merge callable#2
elementx-codeowners[bot] merged 2 commits into
mainfrom
fix/codeowners-merge

Conversation

@danieljimeneznz
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 30, 2026 03:00
@elementx-codeowners
Copy link
Copy Markdown

Thanks for the PR!

This section of the codebase is owned by @danieljimeneznz - if they write a comment saying "LGTM" then it will be merged.

@danieljimeneznz
Copy link
Copy Markdown
Member Author

lgtm

@elementx-codeowners elementx-codeowners Bot merged commit 932f096 into main Apr 30, 2026
4 checks passed
@elementx-codeowners
Copy link
Copy Markdown

Merging because @danieljimeneznz is a code-owner of all the changes - thanks!

@danieljimeneznz danieljimeneznz deleted the fix/codeowners-merge branch April 30, 2026 03:03
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a reusable “Codeowners Merge” workflow to this shared workflows repository, documents how consuming repos should call it, and adjusts the PR-title verification workflow trigger.

Changes:

  • Document how to call the new reusable Codeowners Merge workflow from consuming repositories.
  • Switch Verify PR Title workflow trigger from pull_request_target to pull_request.
  • Add .github/workflows/codeowners-merge.yaml as a workflow_call-enabled reusable workflow that generates a GitHub App token and runs code-owner-self-merge.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
README.md Adds usage documentation/snippet for calling the Codeowners Merge reusable workflow.
.github/workflows/verify-pr-title.yaml Changes event trigger to pull_request.
.github/workflows/codeowners-merge.yaml Introduces a callable reusable workflow to perform CODEOWNERS self-merge checks using a GitHub App token.
Comments suppressed due to low confidence (1)

.github/workflows/codeowners-merge.yaml:20

  • actions/checkout@v6 does not appear to be a valid/published major version (the commonly used major is v4). If this version doesn’t exist, this reusable workflow will fail at runtime; consider pinning to an existing major version (or a specific tag/sha your org standardizes on).
      - uses: actions/checkout@v6

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
merge-check:
if: >
github.event_name != 'issue_comment' ||
github.event.issue.pull_request != ''
Comment on lines 4 to +6
on:
pull_request_target: { types: [ opened ] }
issue_comment: { types: [ created ] }
pull_request_review: { types: [ submitted ] }
workflow_call: {}

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.

2 participants