Skip to content

Commit 08d0ed3

Browse files
authored
Merge pull request #384 from johko/stage
Remove "repo_owner" from workflow files and add Ben as codeowner
2 parents 6f74f7f + e688682 commit 08d0ed3

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# These owners will be the default owners for everything in
22
# the repo. Unless a later match takes precedence,
3-
* @merveenoyan @johko @lunarflu
3+
* @merveenoyan @johko @lunarflu @burtenshaw
44

55
# Order is important; the last matching pattern takes the most
66
# precedence. When someone opens a pull request that only
77
# modifies files in /chapters/ or /notebooks/, only the here mentioned
88
# and not the global owner(s) will be requested for a review.
99

10-
/chapters/ @merveenoyan @johko
10+
/chapters/ @merveenoyan @johko @burtenshaw
1111

12-
/notebooks/ @merveenoyan @johko
12+
/notebooks/ @merveenoyan @johko @burtenshaw

.github/workflows/build_documentation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
commit_sha: ${{ github.sha }}
1313
package: computer-vision-course
1414
package_name: computer-vision-course
15-
repo_owner: johko
1615
path_to_docs: computer-vision-course/chapters/
1716
additional_args: --not_python_module
1817
languages: en

.github/workflows/build_pr_documentation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
pr_number: ${{ github.event.number }}
1616
package: computer-vision-course
1717
package_name: computer-vision-course
18-
repo_owner: johko
1918
path_to_docs: computer-vision-course/chapters/
2019
additional_args: --not_python_module
2120
languages: en

0 commit comments

Comments
 (0)