Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/OWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* @andrewnester @anton-107 @denik @pietern @shreyas-goenka @simonfaltum
/cmd/bundle/ @andrewnester @anton-107 @denik @pietern @shreyas-goenka @simonfaltum @lennartkats-db
/cmd/bundle/ @andrewnester @anton-107 @denik @pietern @shreyas-goenka @lennartkats-db
/libs/template/ @andrewnester @anton-107 @denik @pietern @shreyas-goenka @simonfaltum @lennartkats-db
/acceptance/pipelines/ @jefferycheng1 @kanterov @lennartkats-db
/cmd/pipelines/ @jefferycheng1 @kanterov @lennartkats-db
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/maintainer-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ defaults:

jobs:
check:
runs-on: ubuntu-latest
runs-on:
group: databricks-deco-testing-runner-group
labels: ubuntu-latest-deco
timeout-minutes: 5
permissions:
pull-requests: read
Expand Down
Loading