Skip to content

test: verify storybook-oversight workflow fix (throwaway, do not merge) - #1586

Closed
jordmccord wants to merge 5 commits into
mainfrom
test/verify-storybook-oversight-fix
Closed

test: verify storybook-oversight workflow fix (throwaway, do not merge)#1586
jordmccord wants to merge 5 commits into
mainfrom
test/verify-storybook-oversight-fix

Conversation

@jordmccord

Copy link
Copy Markdown
Collaborator

Throwaway PR to verify the fix in #1585 — this branch is off fix/storybook-oversight-no-jobs-were-run so both updated workflows are in effect here.

Expected: React Storybook Oversight and React Native Storybook Oversight checks should each show a job that ran (with the build/lint steps skipped, since this change doesn't touch packages/react/** or packages/react-native/**) — not "No jobs were run".

Do not merge — will be closed once verified.

…e run"

Both workflows only declared a pull_request trigger, but something forces
them to also run on push (confirmed via the Actions API: every recent run
has event=push and 0 jobs). Since push never matches a pull_request-only
trigger, every commit produced a zero-job failing run and an email.

Add a push trigger and move the packages/react(-native)/** path check
from the trigger-level paths filter into an in-job dorny/paths-filter
step, gating the build/lint steps on its output. This guarantees a job
always registers while still skipping the expensive work when unrelated
files change.
Throwaway PR to confirm the push-triggered runs of
react-storybook-oversight.yml / react-native-storybook-oversight.yml
report a skipped job instead of failing with "No jobs were run".
Safe to close without merging.
Copilot AI lite review requested due to automatic review settings September 7, 2026 16:13
@changeset-bot

changeset-bot Bot commented Sep 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 25fa628

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

The README change is explicitly temporary test-only content and should be removed to avoid accidentally landing documentation noise.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR is a throwaway change intended to trigger/validate the fixed Storybook oversight GitHub Actions workflows (from #1585) by creating a PR run that should register jobs (with relevant steps skipped due to no packages/react/** or packages/react-native/** changes).

Changes:

  • Add a temporary HTML comment to README.md to create a no-op commit for workflow verification.
File summaries
File Description
README.md Adds a temporary marker comment to generate a PR run for validating the Storybook oversight workflow behavior.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

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

Comment thread README.md
Comment on lines +11 to +13
<!-- test PR: verifying storybook-oversight workflow fix, safe to close/discard -->


…ths-filter

Per Copilot review on #1585: dorny/paths-filter needs pull-requests:read
to query PR diffs on pull_request events, and the default checkout
fetch-depth of 1 is often insufficient for it to compute the diff/merge
base reliably on push events. Bump to fetch-depth: 20.
Base automatically changed from fix/storybook-oversight-no-jobs-were-run to main September 7, 2026 16:22
@jordmccord

Copy link
Copy Markdown
Collaborator Author

Closing this throwaway verification PR — turned out we can't actually validate the push-triggered path from a branch/PR at all (see #1585 for the full writeup). Not merging.

@jordmccord jordmccord closed this Sep 7, 2026
@jordmccord
jordmccord deleted the test/verify-storybook-oversight-fix branch September 7, 2026 16:27
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