drone repo chown

Updated 2 years ago by Admin

This subcommand lets a user assume ownership of a named repository. Please note this command requires administrative access to the repository.

NAME:
drone repo chown - assume ownership of a repository

USAGE:
drone repo chown [arguments...]

The below command assumes ownership to the named repository. The individual executing this command becomes the owner.

$ drone repo chown octocat/hello-world


How did we do?