Skip to content

chore(gha): add linear.yml GitHub workflow#8

Open
ms-bot wants to merge 1 commit into
masterfrom
mobsuccessbot/workflow-linear
Open

chore(gha): add linear.yml GitHub workflow#8
ms-bot wants to merge 1 commit into
masterfrom
mobsuccessbot/workflow-linear

Conversation

@ms-bot

@ms-bot ms-bot commented Jul 10, 2026

Copy link
Copy Markdown

Why is this needed?

This pull request has been created by a robot to add the linear.yml GitHub workflow.

Copilot AI review requested due to automatic review settings July 10, 2026 15:59
@ms-bot ms-bot added the mobsuccessbot Pull requests that enforce company policies label Jul 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds a new GitHub Actions workflow intended to integrate PR events with Linear automation (title compliance checks, bot-PR issue creation, and Linear state checks).

Changes:

  • Introduces .github/workflows/linear.yml workflow triggered on pull_request and merge_group.
  • Runs three steps from mobsuccess-devops/github-actions-linear to validate PR titles, create Linear issues for bot PRs, and check Linear state.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


jobs:
Linear:
runs-on: ubuntu-slim
pull-requests: write

steps:
- uses: mobsuccess-devops/github-actions-linear@master
linearApiKey: ${{ secrets.LINEAR_API_KEY }}
githubToken: ${{ secrets.GITHUB_TOKEN }}

- uses: mobsuccess-devops/github-actions-linear@master
linearApiKey: ${{ secrets.LINEAR_API_KEY }}
githubToken: ${{ secrets.GITHUB_TOKEN }}

- uses: mobsuccess-devops/github-actions-linear@master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mobsuccessbot Pull requests that enforce company policies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants