chore(gha): add linear.yml GitHub workflow#12
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Actions workflow intended to integrate pull request activity with Linear (title compliance checks, bot PR → Linear issue creation, and Linear state checks) as part of the repo’s CI policy automation.
Changes:
- Introduces a new
Linearworkflow triggered onpull_requestevents andmerge_group.checks_requested. - Runs
mobsuccess-devops/github-actions-linearfor PR title compliance, bot PR issue creation, and Linear state validation.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fix-approve-merge reportOutcome: BLOCKED What was done
CI
LinearThe workflow cannot download the private composite action before any Linear ticket validation can run. Why it stopped hereThe available bot identity is not authorized to inspect or change the action repository's Actions access policy, so it cannot grant the minimally scoped organization/repository access required to resolve Next stepsA repository/organization Actions administrator must grant |
Why is this needed?
This pull request has been created by a robot to add the
linear.ymlGitHub workflow.