feat: add create-pr command (#3)
This commit was merged in pull request #3.
This commit is contained in:
@@ -11,6 +11,7 @@ if [[ $# -eq 0 ]]; then
|
||||
echo " check-git-cred Verify git credentials"
|
||||
echo " create-git-account Create a new git account"
|
||||
echo " create-repo Create a new repository"
|
||||
echo " pr Pull request operations (create/list/commits/merge)"
|
||||
echo " generate-access-token Generate access token for current user"
|
||||
echo " link-keycloak Link Keycloak account with Gitea"
|
||||
echo " repo-add-collaborators Add collaborator to repository"
|
||||
@@ -35,6 +36,9 @@ case "$subcommand" in
|
||||
create-repo)
|
||||
"$SCRIPT_DIR/create-repo" "$@"
|
||||
;;
|
||||
pr)
|
||||
"$SCRIPT_DIR/pr" "$@"
|
||||
;;
|
||||
generate-access-token)
|
||||
"$SCRIPT_DIR/generate-access-token" "$@"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user