Skip to content

Commit

Permalink
Add some fluxcd/* repos that are missing
Browse files Browse the repository at this point in the history
Recognize additional repositories that are not currently included in the
contributors sources.

Signed-off-by: Kingdon P Barrett <[email protected]>
  • Loading branch information
kingdonb committed Mar 3, 2024
1 parent 8715684 commit abf5c8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ def get_contributions_from_gh():
repos = [
'.github',
'community',
'cues',
'flagger',
'flux-benchmark',
'flux2',
'flux2-kustomize-helm-example',
'flux2-monitoring-example',
'flux2-multi-tenancy',
'go-git-providers',
'golang-with-libgit2',
Expand All @@ -55,6 +58,7 @@ def get_contributions_from_gh():
'source-controller',
'source-watcher',
'terraform-provider-flux',
'test-infra',
'website'
]
bots = [
Expand Down

0 comments on commit abf5c8e

Please sign in to comment.