Skip to content

Commit

Permalink
Merge branch 'master' into samz/tsc-member
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Jan 26, 2024
2 parents 81e5660 + 9931e2c commit 12e7834
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/maintainers-tsc-changes-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Checkout PR branch
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
path: pr-branch

- name: Install js-yaml
Expand Down
26 changes: 22 additions & 4 deletions AMBASSADORS_MEMBERS.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@
"github": "M3lkior",
"twitter": "ldussart",
"country": "🇫🇷",
"bio": "Ludovic has been working for Ineat for the last 10 years. Starting as a java developer, he is now a Solutions Architect, working with his customers to build EDA-oriented digital products wherever possible. His first contributions to AsyncAPI date back to 2020 around the kafka and avro specifications. Since then, Ludovic has been spreading the word about AsyncAPI to companies in Northern France, to accelerate adoption of the initiative.",
"bio": "Ludovic is a Solutions Architect, working with his customers to build EDA-oriented digital products wherever possible. His first contributions to AsyncAPI date back to 2020 around the kafka and avro specifications. Since then, Ludovic has been spreading the word about AsyncAPI to companies in Northern France, to accelerate adoption of the initiative.",
"linkedin": "ludovic-dussart-846a8063",
"company": "Ineat",
"title": "Solutions Architect",
"company": "zatsit",
"title": "Solutions Architect / DevRel",
"img": "https://avatars.githubusercontent.com/u/5501911?s=400&u=d3f33c22f67788aba810ba8e910452aff62ad7c9&v=4",
"contributions": [
{
Expand Down Expand Up @@ -309,7 +309,7 @@
"date": {
"year": 2023
},
"link": ""
"link": "https://www.asyncapi.com/casestudies/adeogroup"
},
{
"type": "presentation",
Expand All @@ -327,7 +327,25 @@
"year": 2023,
"month": "October"
},
"link": "https://www.youtube.com/watch?v=pFMmQVppV6s"
},
{
"type": "special contribution",
"title": "Stay at API Days AsyncAPI Booth to share with attendees.",
"date": {
"year": 2023,
"month": "December"
},
"link": ""
},
{
"type": "presentation",
"title": "Quoi de neuf dans AsyncAPI v3 ? Découvrez le en live avec la migration du use-case Adeo",
"date": {
"year": 2023,
"month": "December"
},
"link": "https://www.youtube.com/watch?v=WCK9_ZDv6K4"
}
]
},
Expand Down
18 changes: 18 additions & 0 deletions MAINTAINERS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
isTscMember: true
repos:
- cupid
- name: Ashish Padhy
github: Shurtu-gal
linkedin: ashish-padhy3023
slack: U0572R8J927
twitter: Shurtu_Gal
availableForHire: true
isTscMember: true
repos:
- github-action-for-cli
- name: Cameron Rushton
github: cameronrushton
slack: U01DVKKAV5K
Expand Down Expand Up @@ -526,3 +535,12 @@
repos:
- website
- community
- name: Ashmit JaiSarita Gupta
github: devilkiller-ag
linkedin: jaisarita
twitter: jaisarita
slack: U062LA14E58
availableForHire: true
isTscMember: true
repos:
- modelina

0 comments on commit 12e7834

Please sign in to comment.