Skip to content

Commit

Permalink
add codeowners and add dependency submission workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zsbutosi committed Nov 16, 2023
1 parent 009fbd9 commit 26652d8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @get-bridge/tesseract
20 changes: 20 additions & 0 deletions .github/workflows/gradle-dependency-submission.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Update Dependency Graph
on:
push: {}
# branches: [ main ]
workflow_dispatch:

jobs:
build:
uses: get-bridge/gradle-dependency-submission-action/.github/workflows/[email protected]
with:
gradle-build-module: |
app
transform-function
transform1
transform2
:
java-version: 11
secrets:
github-actor: ${{ secrets.GIT_HUB_PACKAGES_ACTOR }}
github-token: ${{ secrets.GIT_HUB_PACKAGES_TOKEN }}

0 comments on commit 26652d8

Please sign in to comment.