Skip to content

Commit e4fee4f

Browse files
authored
change README to pkgjs
1 parent 0acf2fd commit e4fee4f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Request Codeowner Reviews
27-
uses: avivkeller/request-codeowner-review@v1
27+
uses: pkgjs/request-codeowner-review@v1
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
fail-on-error: true
@@ -46,7 +46,6 @@ jobs:
4646

4747
The `comment` mode is useful when:
4848

49-
- Codeowners don't have write access to the repository
5049
- You want to notify without formally requesting reviews
5150
- You prefer a less formal notification approach
5251

@@ -97,12 +96,12 @@ The CODEOWNERS file uses GitHub's standard format. Each line specifies a pattern
9796
* @global-owner1 @global-owner2
9897
9998
# Directory-specific owners
100-
/docs/ @docs-team
101-
/src/ @dev-team
99+
/docs/ @org/docs-team
100+
/src/ @org/dev-team
102101
103102
# File type owners
104-
*.js @javascript-team
105-
*.go @go-team
103+
*.js @org/javascript-team
104+
*.go @org/go-team
106105
```
107106

108107
For complete details on CODEOWNERS syntax and pattern matching, see the [GitHub CODEOWNERS documentation](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners).

0 commit comments

Comments
 (0)