-
Notifications
You must be signed in to change notification settings - Fork 37
Check teams from branch PRs #313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jaimergp
wants to merge
37
commits into
main
Choose a base branch
from
fix-teams
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 29 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
70158a1
Open PRs from branch
jaimergp 82e69ea
enable PR triggers for workflow file
jaimergp 2300742
Check access to repos
jaimergp 2b46a7e
pre-commit
jaimergp 98e2233
Fix deprecation warnings
jaimergp f8c73f5
pre-commit again
jaimergp 63f4240
refactor the diff reporting
jaimergp 20fff06
de-prio github token
jaimergp 4c126fb
sort teams
jaimergp b542c55
pre-commit
jaimergp b9545ff
move under conda/
jaimergp 4e49f18
Auto generate all files for missing teams
jaimergp 0eb7a54
ignore advisories
jaimergp 81d0b91
add Sophia to conda-pypi
jaimergp da9223c
Add some descriptions
jaimergp c54f9c6
Small refactor for the script
jaimergp 6e7035c
Start script to render MDs
jaimergp dc028ea
Fill in some more teams
jaimergp 0dd5bd8
WIP
jaimergp 55c5890
coerce to empty string
jaimergp b3035d6
Check if users have direct access to repos, instead of via teams
jaimergp cbe5b27
pre-commit
jaimergp bd5aaf2
clarify permissions needed
jaimergp 24053c2
Remove script (belongs in conda-dot-org)
jaimergp 5824b13
Merge steering and emeritus
jaimergp 9e576a9
add viniciusdc to conda-store
jaimergp c1b68bf
Add decisions to all present and former steering members
jaimergp 999835a
Add sorter pre-commit
jaimergp d0e7d3e
Add more globs to pull_request.paths
jaimergp d627fb6
Handle strings too
jaimergp 740715b
Change `scopes` to `resources` and `codeowners` to `repos`. `teams` h…
jaimergp e93bf25
Allow a governance team to span several Github teams
jaimergp 206530c
Fix name typo in build-tools YAML file
jezdez 114b2a6
Update zulip link for build-tools
jaimergp f3b3275
Add disclaimer comment
jaimergp 3af6fca
Remove disclaimer from script
jaimergp 3f460a6
Sync team member lists with current GitHub org membership
jezdez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| # pixi environments | ||
| .pixi | ||
| *.egg-info | ||
| __pycache__/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,20 +1 @@ | ||
| github_username,email,name,funder,pronouns | ||
| raydouglass,ray@raydouglass.com,Ray Douglass,, | ||
| sodre,psodre@gmail.com,Patrick Sodré,, | ||
| minrk,benjaminrk@gmail.com,Min Ragan-Kelley,, | ||
| scopatz,scopatz@gmail.com,Anthony Scopatz,, | ||
| angloyna,angela.gloyna@gmail.com,Angela Gloyna,, | ||
| jjhelmus,jjhelmus@gmail.com,Jonathan Helmus,, | ||
| prusse-martin,prusse.martin@gmail.com,Martin Prüsse,, | ||
| myancy-anaconda,Megan.C.Yancy@gmail.com,Megan Yancy,, | ||
| teoliphant,teoliphant@gmail.com,Travis Oliphant,, | ||
| dharhas,dharhas@gmail.com,Dharhas Pothina,, | ||
| cjmartian,connormartin7@gmail.com,Connor Martin,, | ||
| mcg1969,mgrant@anaconda.com,Michael Grant,, | ||
| csoja,csoja@anaconda.com,Crystal Soja,, | ||
| awwad,sebastien.awwad@gmail.com,Sebastien Awwad,, | ||
| ericdill,ericdill@pm.me,Eric Dill,, | ||
| goanpeca,goanpeca@gmail.com,Gonzalo Peña-Castellanos,Quansight,he/him | ||
| kkraus14,keith.j.kraus@gmail.com,Keith Kraus,no funding, he/him | ||
| beckermr,becker.mr@gmail.com,Matthew R. Becker,no funding,he/him | ||
| trallard,taniar.allard@gmail.com,Tania Allard,Quansight,she/her | ||
| Moved,to,teams/,directory |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,20 @@ | ||
| [dependencies] | ||
| email-validator = ">=2.3.0,<3" | ||
| pydantic = ">=2,<3" | ||
| python = ">=3.12.4,<3.13" | ||
| requests = ">=2.32.3,<2.33" | ||
| "ruamel.yaml" = ">=0.18,<0.19" | ||
|
|
||
| [project] | ||
| authors = ["conda steering council <steering@conda.org>"] | ||
| channels = ["conda-forge"] | ||
| name = "governance" | ||
| platforms = ["osx-64", "osx-arm64", "win-64", "linux-64"] | ||
| version = "0.1.0" | ||
|
|
||
| [tasks] | ||
| check_teams = "python scripts/check_teams.py" | ||
| collect_emails = "python scripts/collect_emails.py" | ||
| count_votes = "python scripts/count_votes.py" | ||
| schemas = "python scripts/schemas.py" | ||
| vote_markdown = "python scripts/to_vote.py" | ||
|
|
||
| [workspace] | ||
| authors = ["conda steering council <steering@conda.org>"] | ||
| channels = ["conda-forge"] | ||
| name = "governance" | ||
| platforms = ["osx-64", "osx-arm64", "win-64", "linux-64"] | ||
| version = "0.1.0" |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it best if we add github issue templates to do this, since I'm worried we'll forget :-/