chore(gha): update linear.yml GitHub workflow - #132
Open
ms-bot wants to merge 2 commits into
Open
Conversation
ms-bot
force-pushed
the
mobsuccessbot/workflow-linear
branch
from
August 7, 2025 09:41
71f8991 to
53f4460
Compare
jvdadda
marked this pull request as draft
October 14, 2025 09:45
ms-bot
force-pushed
the
mobsuccessbot/workflow-linear
branch
2 times, most recently
from
November 14, 2025 10:42
0149147 to
d2cc384
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-linear
branch
from
November 24, 2025 10:42
d2cc384 to
1b0b0da
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-linear
branch
from
January 8, 2026 12:41
1b0b0da to
a060a16
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-linear
branch
6 times, most recently
from
January 28, 2026 16:59
99d205e to
dd95ed2
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-linear
branch
from
March 9, 2026 09:43
dd95ed2 to
7eccba2
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-linear
branch
from
July 3, 2026 12:53
7eccba2 to
93d3a5d
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-linear
branch
3 times, most recently
from
July 28, 2026 10:41
c8d58fb to
17ae2f3
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-linear
branch
3 times, most recently
from
August 10, 2026 12:42
84b0ded to
cc117f1
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-linear
branch
2 times, most recently
from
August 11, 2026 16:54
344debd to
c67c617
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-linear
branch
from
August 13, 2026 08:46
c67c617 to
d5e4135
Compare
jvdadda
marked this pull request as ready for review
August 13, 2026 13:47
There was a problem hiding this comment.
Pull request overview
Adds/updates the repository’s Linear GitHub Actions workflow, aligning it with the mobsuccessbot-managed policy snippet. This workflow is intended to validate PR title compliance and synchronize PR activity with Linear.
Changes:
- Introduces
.github/workflows/linear.ymlto run onpull_requestandmerge_groupevents. - Adds a single
Linearjob that runs threemobsuccess-devops/github-actions-linearsteps (title compliance, bot PR issue creation, and Linear state checks). - Configures workflow-level concurrency grouping.
Suppressed comments (2)
.github/workflows/linear.yml:40
- This workflow references
mobsuccess-devops/github-actions-linear@master. Using a moving branch for Actions is vulnerable to upstream changes and supply-chain risk; prefer pinning to an immutable ref (a release tag or full commit SHA).
- uses: mobsuccess-devops/github-actions-linear@master
.github/workflows/linear.yml:47
- This workflow references
mobsuccess-devops/github-actions-linear@master. Using a moving branch for Actions is vulnerable to upstream changes and supply-chain risk; prefer pinning to an immutable ref (a release tag or full commit SHA).
- uses: mobsuccess-devops/github-actions-linear@master
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
jvdadda
approved these changes
Aug 13, 2026
jvdadda
left a comment
Contributor
There was a problem hiding this comment.
Approuvé automatiquement : PR de synchronisation de workflow générée par ms-bot, tous les checks requis sont verts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why is this needed?
This pull request has been created by a robot to update the
linear.ymlGitHub workflow.