ChristopherHX
ChristopherHX
Currently if a workflow runs in Runner.Server server mode it doesn't create workflow_run webhook events on it's own and schedule a workflow_run event. However some more advanced workflows are using...
currently inprogress or queued are selected as icon regardless of the state
Due to non deterministic azure pipelines config locations it has not been implemented yet. Once permissions can be checked, it makes sense to configure all pipeline file locations from the...
GH On GitHub Actions this field is only present in authenticated requests to the repo endpoint, otherwise it is missing and I skipped looking into it ```json "permissions": { "admin":...
Currently only one single runner group exists and scheduling ignores it. Additionally it makes sense to also support Org/User and Repository Runners Depends on (to be usable from the webui)...
based on manual testing, the following keyworlds create an error or are accepted ```yaml # extends template appendCommitMessageToRunName: no # fail pr: none # fail lockBehavior: sequential # fail trigger:...
GitHub has ongoing plans to replace parts of the Azure Pipelines based Actions Service. - Once the new protocol is fully implemented in actions/runner, GitHub may remove the old protocol...
Currently it seems that any function abort with error cancelled after the extension should have been updated. Could be an problem with unloading the extension, but not shure about this
Currently downgrading node via setup-node can break later actions
Some service container like mysql are slow to start, configuring the optional health check per GitHub Actions Docs can enshure they are ready [GitHub Docs Example based on postgres](https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers#running-jobs-in-containers)