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
// Should "running" win? Maybe no: old code does make "running" win, but GitHub does fail fast.
61
+
// failure with other status, usually fail fast, but "running" wins to match GitHub's behavior
62
+
// another reason that we can't make "failure" wins over "running": it would cause a weird behavior that user cannot cancel a workflow or get current running workflows correctly by filter after a job fail.
// GetTeamsWithAccessToAnyRepoUnit returns all teams in an organization that have given access level to the repository special unit.
54
+
// This function is only used for finding some teams that can be used as branch protection allowlist or reviewers, it isn't really used for access control.
55
+
// FIXME: TEAM-UNIT-PERMISSION this logic is not complete, search the fixme keyword to see more details
0 commit comments