Skip to content

Commit 7693618

Browse files
authored
Update README.md (#29)
1 parent 982acbd commit 7693618

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,19 @@ jobs:
6464
codeowners:
6565
name: 'Run Codeowners Plus'
6666
runs-on: ubuntu-latest
67-
if: ${{ !github.event.pull_request.draft }}
6867
steps:
6968
- name: 'Checkout Code Repository'
7069
uses: actions/checkout@v4
7170
with:
7271
fetch-depth: 0
7372
7473
- name: 'Codeowners Plus'
75-
uses: multimediallc/codeowners-plus@v0.1.4
74+
uses: multimediallc/codeowners-plus@v0.2.0
7675
with:
7776
github-token: '${{ secrets.GITHUB_TOKEN }}'
7877
pr: '${{ github.event.pull_request.number }}'
78+
verbose: true
79+
quiet: ${{ github.event.pull_request.draft }}
7980
```
8081

8182
### Github Teams support

0 commit comments

Comments
 (0)