Skip to content

chore(gha): add linear-merge-master.yml GitHub workflow#134

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

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

Conversation

@ms-bot

@ms-bot ms-bot commented Aug 7, 2025

Copy link
Copy Markdown
Contributor

Why is this needed?

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

@ms-bot ms-bot added the mobsuccessbot Pull requests that enforce company policies label Aug 7, 2025
@ms-bot ms-bot force-pushed the mobsuccessbot/workflow-linear-merge-master branch from f42d390 to a5b887f Compare August 7, 2025 09:41
@jvdadda jvdadda marked this pull request as draft October 14, 2025 09:45
@ms-bot ms-bot force-pushed the mobsuccessbot/workflow-linear-merge-master branch 2 times, most recently from e27ec70 to 209fcb0 Compare November 14, 2025 10:43
@ms-bot ms-bot force-pushed the mobsuccessbot/workflow-linear-merge-master branch from 209fcb0 to 9322545 Compare November 24, 2025 10:42
@ms-bot ms-bot force-pushed the mobsuccessbot/workflow-linear-merge-master branch from 9322545 to ad19ff9 Compare January 8, 2026 12:41
@ms-bot ms-bot force-pushed the mobsuccessbot/workflow-linear-merge-master branch 5 times, most recently from 239deed to d376004 Compare January 27, 2026 10:41
@ms-bot ms-bot force-pushed the mobsuccessbot/workflow-linear-merge-master branch from d376004 to 9cc9842 Compare March 9, 2026 09:43
@ms-bot ms-bot force-pushed the mobsuccessbot/workflow-linear-merge-master branch from 9cc9842 to ea88b3a Compare July 3, 2026 12:53
@maximus-agents maximus-agents Bot marked this pull request as ready for review July 10, 2026 12:01
Copilot AI review requested due to automatic review settings July 10, 2026 12:01

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 run on pushes to master and update Linear issue state after merges, aligning with this repo’s mobsuccessbot-managed policy workflow setup.

Changes:

  • Introduces .github/workflows/linear-merge-master.yml to trigger on push to master.
  • Adds a single job that runs mobsuccess-devops/github-actions-linear with Linear/GitHub credentials.
  • Configures concurrency/cancellation behavior for the job.

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

runs-on: ubuntu-slim
timeout-minutes: 3
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
steps:
- 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