def configure_protected_tags()

in asfyaml/feature/github/protected_tags.py [0:0]


def configure_protected_tags(self: ASFGitHubFeature):
    # Jira auto-linking
    protected_tags = self.yaml.get("protected_tags", [])
    if protected_tags:
        print("Notice: protected_tags are currently not supported, so this setting will not apply.")