Skip to content

Commit

Permalink
Remove myself from maintainers as per Slack post in CNCF :) (#1267)
Browse files Browse the repository at this point in the history
Follow up to the post in the CNCF #hera-argo-sdk channel:
https://cloud-native.slack.com/archives/C03NRMD9KPY/p1731779810181619

Signed-off-by: Flaviu Vadan <[email protected]>
  • Loading branch information
flaviuvadan authored Nov 17, 2024
1 parent 185f2e1 commit 250a09e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
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

0 comments on commit 250a09e

Please sign in to comment.