Tags: Natee9969/cli
Tags
release list: correctly label the Latest release (cli#4921) since https://docs.github.com/en/graphql/overview/changelog#schema-changes-for-2021-01-19 Co-authored-by: Mislav Marohnić <[email protected]>
Merge pull request cli#5275 from cdb/cdb/rerun-failed-jobs Support "all failed jobs" and individual job re-run for a github actions workflow run
Fix obtained scope mapping to include implied scopes (cli#5256) * Fix obtained scope mapping to include missing scopes As is, `gotScopes` does not contain certain scopes because it doesn't check for the "special" scopes that imply other scopes. For example, the `repo` scope implies `repo:invite`. * Add a comment in ScopesSuggestion explaining branch statements * Delete whitespace to appease go-fmt
Fix obtained scope mapping to include implied scopes (cli#5256) * Fix obtained scope mapping to include missing scopes As is, `gotScopes` does not contain certain scopes because it doesn't check for the "special" scopes that imply other scopes. For example, the `repo` scope implies `repo:invite`. * Add a comment in ScopesSuggestion explaining branch statements * Delete whitespace to appease go-fmt
PreviousNext