Skip to content

Commit

Permalink
TODO Add CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
jrvollmer committed Sep 12, 2023
1 parent d87692a commit 3f312e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.github/ @jrvollmer
7 changes: 7 additions & 0 deletions .github/protected-workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
events:
pull_request:
- trustOrgMembers: true
paths:
disallowed:
- ".github/protected-workflows.yml" # <-- Exteremly important. Only certain users should be able to change this file.

0 comments on commit 3f312e1

Please sign in to comment.