Skip to content

Commit

Permalink
Adding CODEOWNERS file to help protect .github/workflows/ directory (#…
Browse files Browse the repository at this point in the history
…41379)

* Adding CODEOWNERS file which protects the .github/workflows/ directory

* Create README.md

Co-authored-by: Mike Chelen (he/him) <[email protected]>
  • Loading branch information
td-usds and mchelen-gov authored May 16, 2022
1 parent 125c929 commit f98e178
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ensure added automation gets scrutiny from platform engineering leadership
.github/workflows/* @department-of-veterans-affairs/platform-leadership-engineering
3 changes: 3 additions & 0 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Github Actions

This directory is used for running [Github Actions](https://docs.github.com/en/actions) on the `va.gov-team` repository. Anyone may contribute or modify these workflows and they will be reviewed by [Platform Engineering Leadership](https://github.com/orgs/department-of-veterans-affairs/teams/platform-leadership-engineering).

0 comments on commit f98e178

Please sign in to comment.