Skip to content

Commit

Permalink
Merge branch 'master' into combineToolsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvamsinh28 authored Nov 13, 2024
2 parents 65fcfbd + 6f15381 commit 302b332
Show file tree
Hide file tree
Showing 11 changed files with 611 additions and 228 deletions.
45 changes: 45 additions & 0 deletions .coderrabbit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
language: "en-US"
reviews:
profile: "assertive"
request_changes_workflow: false
high_level_summary: true
poem: true
review_status: true
auto_review:
enabled: true
tools:
spellcheck:
enabled: true
markdownlint:
enabled: true
biome:
enabled: true
github-checks:
enabled: true
timeout_ms: 180000
languagetool:
enabled: true
enabled_only: false
level: default
hadolint:
enabled: true
yamllint:
enabled: true
gitleaks:
enabled: true
eslint:
enabled: true
actionlint:
enabled: true
semgrep:
enabled: true
chat:
auto_reply: true
knowledge_base:
opt_out: false
learnings:
scope: "local"
issues:
scope: "local"
pull_requests:
scope: "local"
5 changes: 3 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"env": {
"browser": true,
"es2021": true,
"node": true
"node": true,
"jest": true
},
"plugins": [
"react",
Expand Down Expand Up @@ -313,4 +314,4 @@
}
}
]
}
}
28 changes: 28 additions & 0 deletions .github/workflows/update-maintainers-trigger.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This action is centrally managed in https://github.com/asyncapi/.github/
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in above mentioned repo

name: Trigger MAINTAINERS.yaml file update

on:
push:
branches: [ master ]
paths:
# Check all valid CODEOWNERS locations:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-file-location
- 'CODEOWNERS'
- '.github/CODEOWNERS'
- '.docs/CODEOWNERS'

jobs:
trigger-maintainers-update:
name: Trigger updating MAINTAINERS.yaml because of CODEOWNERS change
runs-on: ubuntu-latest

steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # https://github.com/peter-evans/repository-dispatch/releases/tag/v3.0.0
with:
# The PAT with the 'public_repo' scope is required
token: ${{ secrets.GH_TOKEN }}
repository: ${{ github.repository_owner }}/community
event-type: trigger-maintainers-update
14 changes: 7 additions & 7 deletions components/campaigns/banners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ export function shouldShowBanner(cfpDeadline: string) {

export const banners = [
{
title: "AsyncAPI Online Conference'24",
city: 'YouTube',
dateLocation: '30th of October, 2024 | YouTube & LinkedIn',
cfaText: 'Join us Live',
eventName: 'the AsyncAPI Online Conference',
cfpDeadline: '2024-10-30T06:00:00Z',
link: 'https://www.youtube.com/live/F9wHxd-v2f0?si=kPCqgUzqAKC0FaqJ'
title: 'AsyncAPI Conference',
city: 'Paris Edition',
dateLocation: '5th of December, 2024 | France, Paris',
cfaText: 'Get Your Tickets',
eventName: 'the AsyncAPI Conf in Paris',
cfpDeadline: '2024-12-01T06:00:00Z',
link: 'https://conference.asyncapi.com/#tickets'
}
];
29 changes: 19 additions & 10 deletions config/MAINTAINERS.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@
"github": "jonaslagoni",
"linkedin": "jonaslagoni",
"slack": "UQ2ANBG1E",
"company": "EventStack",
"availableForHire": false,
"company": "Postman",
"isTscMember": true,
"repos": [
"spec-json-schemas",
Expand Down Expand Up @@ -250,8 +250,7 @@
"linkedin": "lukasz-gornicki-a621914",
"slack": "UD698Q5LM",
"twitter": "derberq",
"availableForHire": false,
"company": "Postman",
"availableForHire": true,
"isTscMember": true,
"repos": [
"spec",
Expand Down Expand Up @@ -315,7 +314,6 @@
"github": "AceTheCreator",
"twitter": "_acebuild",
"slack": "U01RWDD69PZ",
"company": "Postman",
"availableForHire": false,
"isTscMember": true,
"repos": [
Expand Down Expand Up @@ -411,8 +409,8 @@
"slack": "U01N6AW5V5G",
"twitter": "amzani",
"linkedin": "amzani",
"company": "Apideck",
"availableForHire": false,
"company": "Postman",
"isTscMember": true,
"repos": [
"studio",
Expand All @@ -426,8 +424,8 @@
"linkedin": "smoya",
"slack": "UN22ZTLHG",
"twitter": "smoyac",
"company": "Timescale",
"availableForHire": false,
"company": "Postman",
"isTscMember": true,
"repos": [
"spec",
Expand All @@ -452,8 +450,7 @@
"slack": "U01SGCZMJKW",
"twitter": "souvik_ns",
"linkedin": "souvik-de-a2b941169",
"availableForHire": false,
"company": "Postman",
"availableForHire": true,
"isTscMember": true,
"repos": [
"cli",
Expand All @@ -468,8 +465,7 @@
"twitter": "QuetzalliWrites",
"slack": "U02AKC14WAJ",
"linkedin": "quetzalli-writes",
"availableForHire": false,
"company": "Postman",
"availableForHire": true,
"isTscMember": true,
"repos": [
"website"
Expand Down Expand Up @@ -987,5 +983,18 @@
"kotlin-asyncapi"
],
"githubID": 758568
},
{
"name": "Ashmit Jagtap",
"github": "ashmit-coder",
"linkedin": "ashmit-jagtap",
"twitter": "AshmitJagtap",
"slack": "U06RA7GDHU1",
"availableForHire": true,
"isTscMember": true,
"repos": [
"conference-website"
],
"githubID": 69006513
}
]
Loading

0 comments on commit 302b332

Please sign in to comment.