Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make GitHub Actions CI checks "required" for repos that have them #42

Closed
issyl0 opened this issue Apr 15, 2020 · 0 comments · Fixed by #46
Closed

Make GitHub Actions CI checks "required" for repos that have them #42

issyl0 opened this issue Apr 15, 2020 · 0 comments · Fixed by #46

Comments

@issyl0
Copy link
Contributor

issyl0 commented Apr 15, 2020

We're increasing our adoption of GitHub Actions, now they're free for use in public repos across all orgs and we've ratified RFC 123.

Currently, this tool doesn't configure any of the GitHub Actions status checks to be "required", only Jenkins, which means that we have to manually enable the correct status checks, which wastes developer time.

We should make it so that if Actions config is present in the repo (we're standardising on .github/workflows/ci.yml as the file path), we configure those status checks as required. As an overrideable option, we should be able to specify "strict" checks (that is, branches must be up-to-date with master before being mergeable) for repos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant