You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from __future__ importannotations# This enables postponed evaluation of type annotations. Required for typing.TYPE_CHECKING. See https://peps.python.org/pep-0563/
parser.add_argument('--head-sha', help="The head SHA of the release PR for which we update it's corresponding release", required=True)
69
+
parser.add_argument('--repo', help="The owner and repository name. For example, 'octocat/Hello-World'. Used when testing this script on a fork", required=True, default="github/codeql-coding-standards")
70
+
parser.add_argument('--github-token', help="The GitHub token to use to update the release", required=True)
0 commit comments