Set the @JuliaLang/github-actions
team as the code owners for GitHub Actions workflow files
#38783
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This pull requests sets the @JuliaLang/github-actions team as the code owners for GitHub Actions workflow files, i.e. all files in the
/.github/workflows/
directory.(The @JuliaLang/github-actions team is a subteam of the @JuliaLang/infrastructure team.)
Motivation
We are working on a GitHub Action that implements a finite state machine for tracking the progress of pull requests made by non-committers (i.e. pull requests made from forks). A high-level description of the state machine is available in this Discourse comment.
Changes to repo automation workflow files can have unintended consequences, and it can be easy to miss a small workflow file change in a large pull request. Designating the @JuliaLang/github-actions team as the code owners of the
/.github/workflows/
directory ensures that this team will automatically be pinged on every pull request that modifies a GitHub Action workflow file.