chore(gha): update yamllint.yml GitHub workflow - #138
Merged
Conversation
jvdadda
marked this pull request as draft
October 14, 2025 09:46
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
2 times, most recently
from
November 14, 2025 10:43
79df586 to
d4ba6ca
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
from
November 24, 2025 10:42
d4ba6ca to
a316168
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
from
January 8, 2026 12:41
a316168 to
d33bed8
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
4 times, most recently
from
January 27, 2026 10:41
b85bef9 to
ff4f6ae
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
from
March 9, 2026 09:43
ff4f6ae to
ea131f6
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
2 times, most recently
from
July 3, 2026 13:49
62d058b to
b167976
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
3 times, most recently
from
July 28, 2026 10:41
7aa4f70 to
62670e4
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
from
July 30, 2026 13:52
62670e4 to
8970a56
Compare
🤖 fix-approve-mergeOutcome: PROCESSING 🔄 Maximus detected this workflow pull request and is checking CI, Linear, review comments, and merge eligibility. |
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
3 times, most recently
from
August 10, 2026 12:42
4261426 to
4e80da1
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
2 times, most recently
from
August 11, 2026 16:54
0974869 to
fcc4157
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
from
August 13, 2026 08:46
fcc4157 to
543760c
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
Updates the repository’s yamllint.yml GitHub Actions workflow, shifting the job runner to ubuntu-slim and adding an explicit yamllint installation step so YAML linting can still run in that environment.
Changes:
- Switch
runs-onfromubuntu-latest/ubuntu-24.04toubuntu-slimfor the YAML validation and notify jobs. - Update the checkout action version and add a step to install a pinned
yamllintversion before running the lint command.
💡 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
yamllint.ymlGitHub workflow.