Page MenuHomeDevCentral

Allow to enable or disable dangerous changes on a repository from IRC
Open, WishlistPublic

Description

I'd like to be able in #nasqueron-ops to enable or disable dangerous changes with something like .repo rOPS dangerous on

That could use:
https://devcentral.nasqueron.org/conduit/method/diffusion.repository.edit/

Or as the worfklow is to delete remote branch we could have something like: .-branch rOPS <branch name> that would enable dangerous changes, do a git push --delete and then disable dangerous changes.

Event Timeline

dereckson triaged this task as Wishlist priority.Sat, Feb 14, 12:07
dereckson created this task.

Note to spawn process was traditionally the TC2 role. That could clearly benefit of T2228.

If the goal is to delete a branch, I've created a command line script to call Conduit: P383