Skip to content

Commit

Permalink
ci: fix and improve automation around MAINTAINERS.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet committed Feb 11, 2025
1 parent ad5bb3e commit ebccde9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maintainer_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
- name: Commit and push
run: |
git add .
git commit -m "Update Emeritus.yaml"
git commit -m "chore: update Emeritus.yaml"
git remote set-url origin https://x-access-token:${{ env.GH_TOKEN_ORG_ADMIN }}@github.com/asyncapi/community.git
git push origin update-emeritus-${{ github.run_id }}
Expand Down
10 changes: 5 additions & 5 deletions Emeritus.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# This file lists individuals who were previously TSC members and Ambassadors but are no longer active.

emeritus_ambassadors:
- jessemenning
- meteatamel
- raphaeldelio

emeritus_tsc:
- jotamusik
- LouisXhaferi
Expand All @@ -18,8 +23,3 @@ emeritus_tsc:
- emilianozublena
- NektariosFifes
- M3lkior

emeritus_ambassadors:
- jessemenning
- meteatamel
- raphaeldelio

0 comments on commit ebccde9

Please sign in to comment.