Skip to content

Commit

Permalink
Update owners and set gopath for go-licenses install (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabritsius authored Aug 12, 2022
1 parent 9db0873 commit aaf227a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
reviewers:
- "igor-karpukhin"
- "fabritsius"
- "leo-ri"
- "sugar-pack"
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand All @@ -17,4 +17,4 @@ updates:
reviewers:
- "igor-karpukhin"
- "fabritsius"
- "leo-ri"
- "sugar-pack"
3 changes: 2 additions & 1 deletion .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Create the licence report file
run: |
export PATH="$GOPATH/bin:$PATH"
go install github.com/google/go-licenses@latest && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt
- name: Create branch and push it
Expand Down Expand Up @@ -83,4 +84,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
REVIEWERS: priyolahiri,fabritsius,leo-ri,chatton,igor-karpukhin
REVIEWERS: priyolahiri,fabritsius,igor-karpukhin,sugar-pack
2 changes: 1 addition & 1 deletion OWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#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

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

0 comments on commit aaf227a

Please sign in to comment.