Skip to content

Fix CI not triggering on stacked PR#74

Closed
Copilot wants to merge 3 commits into
fmurphy/arrow-rsfrom
copilot/sub-pr-73
Closed

Fix CI not triggering on stacked PR#74
Copilot wants to merge 3 commits into
fmurphy/arrow-rsfrom
copilot/sub-pr-73

Conversation

Copilot AI commented Feb 24, 2026

Copy link
Copy Markdown

The pull_request trigger in rust.yml was scoped only to main, so CI never ran on PRs targeting fmurphy/arrow-rs-base (the base of this stacked PR).

Change

  • Added fmurphy/arrow-rs-base to pull_request.branches in .github/workflows/rust.yml
pull_request:
  branches:
    - main
    - fmurphy/arrow-rs-base

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: AnIrishDuck <289125+AnIrishDuck@users.noreply.github.com>
Copilot AI changed the title [WIP] Migrate arrow-rs crate forks back to main Fix CI not triggering on stacked PR Feb 24, 2026
Copilot AI requested a review from AnIrishDuck February 24, 2026 16:40
@AnIrishDuck AnIrishDuck marked this pull request as ready for review February 24, 2026 19:24
@AnIrishDuck

Copy link
Copy Markdown
Collaborator

Well, at least this shows off the problem. It's obviously a completely insufficient hack though, no thanks.

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