You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ jobs:
24
24
uses: actions/checkout@v4
25
25
26
26
- name: Request Codeowner Reviews
27
-
uses: avivkeller/request-codeowner-review@v1
27
+
uses: pkgjs/request-codeowner-review@v1
28
28
with:
29
29
token: ${{ secrets.GITHUB_TOKEN }}
30
30
fail-on-error: true
@@ -46,7 +46,6 @@ jobs:
46
46
47
47
The `comment` mode is useful when:
48
48
49
-
- Codeowners don't have write access to the repository
50
49
- You want to notify without formally requesting reviews
51
50
- You prefer a less formal notification approach
52
51
@@ -97,12 +96,12 @@ The CODEOWNERS file uses GitHub's standard format. Each line specifies a pattern
97
96
* @global-owner1 @global-owner2
98
97
99
98
# Directory-specific owners
100
-
/docs/ @docs-team
101
-
/src/ @dev-team
99
+
/docs/ @org/docs-team
100
+
/src/ @org/dev-team
102
101
103
102
# File type owners
104
-
*.js @javascript-team
105
-
*.go @go-team
103
+
*.js @org/javascript-team
104
+
*.go @org/go-team
106
105
```
107
106
108
107
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