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

fix: Add undocumented github.repository_visibility option #489

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

rasa
Copy link
Contributor

@rasa rasa commented Dec 15, 2024

See https://www.google.com/search?q=github+%22repository_visibility%22

As a workaround, one can add this to your actionlint.yml file:

paths:
  # This pattern matches any YAML file under the '.github/workflows/' directory.
  .github/workflows/**/*:
    ignore:
      # Ignore undocumented option repository_visibility.
      - 'repository_visibility'

@rhysd
Copy link
Owner

rhysd commented Dec 16, 2024

I confirmed the undocumented property exists.

@rhysd
Copy link
Owner

rhysd commented Dec 16, 2024

I will fix the lint error after merging this.

@rhysd rhysd merged commit c391460 into rhysd:main Dec 16, 2024
13 of 14 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.

2 participants