Skip to content

README: remove beta install guide#11

Merged
giautm merged 2 commits intomasterfrom
g/beta-remove
Mar 6, 2026
Merged

README: remove beta install guide#11
giautm merged 2 commits intomasterfrom
g/beta-remove

Conversation

@giautm
Copy link
Copy Markdown
Member

@giautm giautm commented Feb 24, 2026

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the README documentation for this GitHub Action by removing the beta installation guidance and aligning usage examples to a versioned action reference.

Changes:

  • Switch README examples from ariga/setup-atlas@master to ariga/setup-atlas@v0
  • Remove the “beta” version installation example from the “Version” section
  • Fix typos (“specifing” → “specifying”)

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

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.


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

Comment on lines +38 to +43
If you want to install a specific driver flavor of Atlas, you can do so by specifying the `flavor` parameter.

```yaml
- uses: ariga/setup-atlas@master
with:
flavor: "snowflake"
- uses: ariga/setup-atlas@v0
with:
flavor: "snowflake"
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README describes flavor as selecting a specific driver flavor (e.g. "snowflake"), but the action implementation appears to only check whether inputs.flavor is non-empty and then prefixes the version with extended-, ignoring the actual flavor value. This makes the example and description misleading; either update the docs to describe the real behavior (e.g., "any non-empty value enables the extended build") or update the action to actually use the provided flavor value.

Copilot uses AI. Check for mistakes.

## Reporting Issues

If you encounter any issues or have feature requests, please file an issue on the [ariga/atlas](https://github.com/ariga/atlas/issues/new?labels=setup-atlas) repository with the `setup-atlas` tag.
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section says to file an issue with the setup-atlas "tag", but GitHub issues use labels (and your link sets labels=setup-atlas). Consider changing the wording to "label" to match the actual mechanism.

Suggested change
If you encounter any issues or have feature requests, please file an issue on the [ariga/atlas](https://github.com/ariga/atlas/issues/new?labels=setup-atlas) repository with the `setup-atlas` tag.
If you encounter any issues or have feature requests, please file an issue on the [ariga/atlas](https://github.com/ariga/atlas/issues/new?labels=setup-atlas) repository with the `setup-atlas` label.

Copilot uses AI. Check for mistakes.
@giautm giautm merged commit 50e8000 into master Mar 6, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants