Skip to content

Commit

Permalink
Add GH action to check for TSC votes on core dataset changes
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
  • Loading branch information
merelcht committed Oct 17, 2024
1 parent 44d8245 commit 7f92ddc
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/reviewers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"teams": {
"everyone": {
"description": "A team that contains all TSC members.",
"users": [
"ankatiyar",
"astrojuanlu",
"datajoely",
"deepyaman",
"DimedS",
"Galileo-Galilei",
"Huongg",
"idanov",
"jitu5",
"lrcouto",
"marrrcin",
"merelcht",
"noklam",
"rashidakanchwala",
"ravi-kumar-pilla",
"SajidAlamQB",
"sbrugman",
"stephkaiser",
"tynandebold",
"yetudada"
]
}
},
"reviewers": {
"kedro-datasets/kedro_datasets/": {
"description": "Require at least 1/2 TSC approval on new core dataset contributions.",
"teams": ["everyone"],
"requiredApproverCount": 10
}
}
}
13 changes: 13 additions & 0 deletions .github/workflows/check-tsc-vote.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Required Reviews
on:
pull_request: {}
pull_request_review: {}
jobs:
required-reviews:
name: Required Reviews
runs-on: ubuntu-latest
steps:
- name: required-reviewers
uses: theoremlp/required-reviews@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7f92ddc

Please sign in to comment.