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: do not update/create rulesets on archived repository #2460

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. fix: do not update/create rulesets on archived repository

    At the moment, provider would attempt to update `github_repository_ruleset` on archived repository resulting in 403 from GitHub API.
    Provider should not attempt updating this attribute when repository is archived (read-only).
    scadu committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f8e12a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    637f90b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    b596690 View commit details
    Browse the repository at this point in the history