chore(gha): update yamllint.yml GitHub workflow - #59
Open
ms-bot wants to merge 1 commit into
Open
Conversation
jvdadda
marked this pull request as draft
October 14, 2025 09:51
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
from
November 24, 2025 10:45
0168620 to
f85bf6b
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
from
April 13, 2026 16:58
f85bf6b to
bae3e29
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
from
July 3, 2026 14:00
bae3e29 to
3ac5d07
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
from
July 19, 2026 11:48
3ac5d07 to
263b087
Compare
ms-bot
force-pushed
the
mobsuccessbot/workflow-yamllint
branch
from
July 30, 2026 13:59
263b087 to
0bc24c1
Compare
jvdadda
marked this pull request as ready for review
August 13, 2026 14:07
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s yamllint.yml GitHub Actions workflow, adjusting the execution environment and ensuring yamllint is available during the lint job.
Changes:
- Switches workflow jobs to run on
ubuntu-sliminstead of standard Ubuntu runner labels. - Updates
actions/checkoutversion and adds apip installstep to provisionyamllint. - Updates the notify-on-failure job runner label as well.
Suppressed comments (1)
.github/workflows/yamllint.yml:42
- This job also uses
runs-on: ubuntu-slim, which is inconsistent with the runner labels used in the rest of the repo and may prevent the failure notification job from ever starting on GitHub-hosted runners.
runs-on: ubuntu-slim
💡 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.