Skip to content

fix(ui): clarify GitHub on-push path filter copy#4861

Closed
shiroyasha wants to merge 1 commit into
mainfrom
cursor/fix-github-onpush-path-filter-ui-e226
Closed

fix(ui): clarify GitHub on-push path filter copy#4861
shiroyasha wants to merge 1 commit into
mainfrom
cursor/fix-github-onpush-path-filter-ui-e226

Conversation

@shiroyasha
Copy link
Copy Markdown
Collaborator

Closes #4860.

Summary

  • GitHub on-push trigger (github.onPush): Renamed the optional paths section to Changed path filter, rewrote the description so it clearly refers to filtering pushes by added, modified, and removed file paths, removed GitHub Actions wording from the in-app description and trigger documentation, and set an example placeholder for each path pattern row.
  • List fields: ListFieldRenderer now passes the field definition placeholder through to each primitive list row Input, so list-backed settings can show placeholders (not only this trigger).

Verification

  • go test ./pkg/integrations/github/components/contents/...
  • Full web_src production build was not run locally (generated @/api-client absent in this environment); CI / make check.build.ui after make dev.setup should validate the UI bundle.
Open in Web Open in Cursor 

Rename the paths field copy so it reads as a changed-file path filter,
drop GitHub Actions wording, add example placeholders, and wire list
item inputs to use the field definition placeholder.

Co-authored-by: Igor Šarčević <igisar@gmail.com>
@superplanehq-integration
Copy link
Copy Markdown

👋 Commands for maintainers:

  • /sp start - Start an ephemeral machine (takes ~30s)
  • /sp stop - Stop a running machine (auto-executed on pr close)

@shiroyasha shiroyasha closed this May 21, 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.

Clean up interface for github on push file filter

2 participants