Skip to content
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

Remove myself from maintainers as per Slack post in CNCF :) #1267

Merged
merged 1 commit into from
Nov 17, 2024
Merged
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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @flaviuvadan @sambhav @elliotgunton
* @sambhav @elliotgunton
5 changes: 3 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ echoes the code of conduct presented by the CNCF. The CNCF code of conduct can b
[here](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). Full credit goes to the CNCF project for
establishing the linked code of conduct principles.

Instances of behaviors that are not aligned with the values proposed by CNCF can be reported to
<[email protected]>.
Instances of behaviors that are not aligned with the values proposed by CNCF can be reported to
[Sambhav Kothari]([email protected]) or [Elliot Gunton]([email protected]).

2 changes: 1 addition & 1 deletion MEMBERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## TOC

- Flaviu Vadan <[email protected]>
- Sambhav Kothari <[email protected]>
- Elliot Gunton <[email protected]>

Expand All @@ -18,3 +17,4 @@

- Alice Purcell <[email protected]>
- Ukjae Jeong <[email protected]>

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "hera" # project-name
version = "0.0.0-dev"
description = "Hera makes Python code easy to orchestrate on Argo Workflows through native Python integrations. It lets you construct and submit your Workflows entirely in Python."
authors = ["Flaviu Vadan <[email protected]>", "Sambhav Kothari <[email protected]>", "Elliot Gunton <[email protected]>"]
maintainers = ["Flaviu Vadan <[email protected]>", "Sambhav Kothari <[email protected]>", "Elliot Gunton <[email protected]>"]
maintainers = ["Sambhav Kothari <[email protected]>", "Elliot Gunton <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/argoproj-labs/hera"
Expand Down