Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
15 changes: 15 additions & 0 deletions .github/workflows/members.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we already have the CODEOWNERS defined, why is this file needed again?

{"login": "rajeevpodar"},
{"login": "ShreyasSinha"},
{"login": "ajayky-os"},
{"login": "chandra-siri"},
{"login": "prudhvimaharishi"},
{"login": "animesh-g"},
{"login": "Dhriti07"},
{"login": "suni72"},

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove sun72. She has transitioned to a different team.

{"login": "shrutisinghania"},
{"login": "dheerajsngh"},
{"login": "cpriti-os"},
{"login": "nidhiii-27"},
{"login": "singhravidutt"}
]
39 changes: 39 additions & 0 deletions .github/workflows/multi-approvers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: 'multi-approvers'

on:
pull_request:
types:
- 'opened'
- 'edited'
- 'reopened'
- 'synchronize'
- 'ready_for_review'
- 'review_requested'
- 'review_request_removed'
pull_request_review:
types:
- 'submitted'
- 'dismissed'

# Ensure only one run per PR is active to reduce API consumption
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true

permissions:
actions: 'write'
contents: 'read'
pull-requests: 'read'

jobs:
multi-approvers:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout Repository'
uses: 'actions/checkout@v4'

Check failure on line 33 in .github/workflows/multi-approvers.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 33 in .github/workflows/multi-approvers.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

multi-approvers.yml:33: unpinned action reference: action is not pinned to a hash (required by blanket policy)

- name: 'Check Two-Party Review Status'
uses: 'abcxyz/actions/.github/actions/multi-approvers@main'

Check failure on line 36 in .github/workflows/multi-approvers.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 36 in .github/workflows/multi-approvers.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

multi-approvers.yml:36: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
# Path to the JSON file holding the list of Google/internal GitHub usernames
org-members-path: '.github/workflows/members.json'
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @GoogleCloudPlatform/gcs-connector @singhravidutt

@dheerajsngh dheerajsngh Sep 8, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might not work since the repo is owned by GoogleCloudDataproc. Can you check this error?

Loading