Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/E2E_NONMATCHING_CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*. @fakeorg/faketeam
3 changes: 1 addition & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ jobs:
uses: ./
continue-on-error: true
with:
codeowners-contents: |
* @fakeorg/faketeam
codeowners-path: .github/workflows/E2E_NONMATCHING_CODEOWNERS

- name: Fail if current_approver_is_not_owner succeeded
if: steps.current_approver_is_not_owner.outcome == 'success'
Expand Down
Loading