Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: mark enterprise runner visibility required #2278

Conversation

gustavlasko
Copy link
Contributor

If the visibility property is not specified on the github_enterprise_actions_runner_group, an error is thrown.

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Nope!

Please see our docs on breaking changes to help!

  • Yes
  • No

gustavlasko and others added 2 commits May 31, 2024 11:20
If the `visibility` property is not specified on the
`github_enterprise_actions_runner_group`, an error is thrown.
Copy link
Member

@kfcampbell kfcampbell left a comment

Choose a reason for hiding this comment

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

Our API docs show that this is actually optional, so the required piece is an implementation detail from this repository that could be relaxed. The smart thing to do would be to make that optional in our code.

However, this is a good step in the meantime that corrects the docs error. Thanks!

@kfcampbell kfcampbell merged commit 782d71f into integrations:main Jul 8, 2024
3 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.

None yet

2 participants