Skip to content

Commit aaf227a

Browse files
authored
Update owners and set gopath for go-licenses install (#638)
1 parent 9db0873 commit aaf227a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
reviewers:
99
- "igor-karpukhin"
1010
- "fabritsius"
11-
- "leo-ri"
11+
- "sugar-pack"
1212
- package-ecosystem: github-actions
1313
directory: "/"
1414
schedule:
@@ -17,4 +17,4 @@ updates:
1717
reviewers:
1818
- "igor-karpukhin"
1919
- "fabritsius"
20-
- "leo-ri"
20+
- "sugar-pack"

.github/workflows/release-branch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
4444
- name: Create the licence report file
4545
run: |
46+
export PATH="$GOPATH/bin:$PATH"
4647
go install github.com/google/go-licenses@latest && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt
4748
4849
- name: Create branch and push it
@@ -83,4 +84,4 @@ jobs:
8384
env:
8485
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8586
with:
86-
REVIEWERS: priyolahiri,fabritsius,leo-ri,chatton,igor-karpukhin
87+
REVIEWERS: priyolahiri,fabritsius,igor-karpukhin,sugar-pack

OWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Github owners file. Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-file-location
22

3-
* @jasonmimik @priyolahiri @leo-ri @fabritsius @chatton @igor-karpukhin
3+
* @jasonmimik @priyolahiri @fabritsius @igor-karpukhin @sugar-pack

0 commit comments

Comments
 (0)