Deprecate in favor of Atmos Native CI - #39
Merged
Merged
Conversation
Erik Osterman (Cloud Posse) (osterman)
requested review from
a team
as code owners
September 16, 2026 22:31
Erik Osterman (Cloud Posse) (osterman)
requested review from
Matt Gowie (Gowiem),
Andriy Knysh (aknysh) and
yangci (oycyc)
September 16, 2026 22:31
…s docs generate README.yaml previously used a non-standard deprecation_notice field that the shared README template doesn't recognize, so it silently never rendered on a real regen (only a stale hand-edited README.md made it look like it did). Move the warning into introduction, which the template does render, and regenerate README.md for real with atmos docs generate readme.
Igor Rodionov (goruha)
approved these changes
Sep 17, 2026
|
These changes were released in v2.0.1. |
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.
what
Marks this action as deprecated in README.yaml and the regenerated README.md, with the warning above Introduction in place of the Atmos tip.
Repair CODEOWNERS validation using GitHub's repository API, retaining syntax and duplicate-pattern checks without requiring the unavailable personal access token.
why
This action's functionality has moved into the Atmos CLI itself (Native CI). The atmos binary already warns at runtime when it detects invocation from this action; this PR adds the equivalent static warning to the README so it's visible before the action is even added to a workflow.
references