config.yml (1073B)
1 # The current version of the config schema 2 version: 1 3 # What protocol to use when performing git operations. Supported values: ssh, https 4 git_protocol: https 5 # What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment. 6 editor: 7 # When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled 8 prompt: enabled 9 # A pager program to send command output to, e.g. "less". If blank, will refer to environment. Set the value to "cat" to disable the pager. 10 pager: 11 # Aliases allow you to create nicknames for gh commands 12 aliases: 13 autosubmit: pr edit --add-label autosubmit $1 14 reviewer: pr edit --add-reviewer $1 15 assigned: issue list -R flutter/flutter --assignee '@me' 16 fissue: issue -R flutter/flutter $1 17 # The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport. 18 http_unix_socket: 19 # What web browser gh should use when opening URLs. If blank, will refer to environment. 20 browser: