chore: use public-shared-workflows for sync-prs-to-linear#3510
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: This change adds a non-critical workflow to sync PRs to Linear using a pinned public action with minimal permissions, posing no risk to production code, business logic, or data integrity.
a58579a to
a9bb9db
Compare
There was a problem hiding this comment.
0 issues found across 1 file (changes from recent commits).
Auto-approved: This change simply updates the action reference from a private to a public repository, preserving the same behavior and pinned commit, with no logic or risk of breakage in core functionality.
Updates the
sync-prs-to-linearworkflow to use the action fromresend/public-shared-workflowsinstead ofresend/shared-workflows.Since
shared-workflowsis a private repo, using actions from it requires org-level settings to be enabled. Moving to a public repo removes that requirement.Pinned to commit
a25ae88674e3c8650510065401a899e323c2d1eb.Summary by cubic
Moves the PR-to-Linear sync to the public
resend/public-shared-workflowsaction to remove org-level settings and simplify setup. Pins to13c71d228b49123ff7731a45d56bce4540948814, keeps minimal permissions (PRs: read; Issues: write), and runs daily at 10:00 UTC and via workflow_dispatch.Written for commit ebe386d. Summary will update on new commits.