Apply Repo Settings from a Config File

Tags

Similar to the repository-settings app, there should be a way to apply specific repository settings across multiple apps.



@click.argument('org/user')
@click.argument('repo?')
def webhook(org, repo):
present('http://webhook', kwargs={})
absent('http://webhook)
# loop through webhooks

References



  • Forgejo API https://git.tsun.dev/api/swagger#/repository/repoEdit