Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
48da80e
ci: update of files from global .github repo
Nov 17, 2025
1175568
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 17, 2025
bebfd92
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 18, 2025
82aed61
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 18, 2025
bfd26e9
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 18, 2025
27dcf64
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 19, 2025
58edec5
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 20, 2025
be25dd2
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 21, 2025
434cbb4
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 22, 2025
c37fb87
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 24, 2025
5f3b37f
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 25, 2025
6a1d2f4
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 26, 2025
c061e78
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 26, 2025
c948081
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 26, 2025
0947560
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 26, 2025
df8e140
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Nov 30, 2025
b53d8bb
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Dec 1, 2025
b8bc91f
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Dec 5, 2025
2b67ebc
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Dec 5, 2025
400a9c6
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Dec 5, 2025
be591d1
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Dec 5, 2025
7e31e7e
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Dec 5, 2025
2ddec61
Merge master into bot/update-files-from-global-repo
asyncapi-bot-eve Dec 5, 2025
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
3 changes: 2 additions & 1 deletion .github/workflows/automerge-orphans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
}
- if: steps.orphans.outputs.found == 'true'
name: Convert markdown to slack markdown
uses: asyncapi/.github/.github/actions/slackify-markdown@master
# This workflow is from our own org repo and safe to reference by 'master'.
uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR
id: issuemarkdown
with:
markdown: "-> [${{steps.orphans.outputs.title}}](${{steps.orphans.outputs.url}})"
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/issues-prs-notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Convert markdown to slack markdown for issue
uses: asyncapi/.github/.github/actions/slackify-markdown@master
# This workflow is from our own org repo and safe to reference by 'master'.
uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR
id: issuemarkdown
env:
ISSUE_TITLE: ${{github.event.issue.title}}
Expand All @@ -43,7 +44,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Convert markdown to slack markdown for pull request
uses: asyncapi/.github/.github/actions/slackify-markdown@master
# This workflow is from our own org repo and safe to reference by 'master'.
uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR
id: prmarkdown
env:
PR_TITLE: ${{github.event.pull_request.title}}
Expand All @@ -65,7 +67,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Convert markdown to slack markdown for pull request
uses: asyncapi/.github/.github/actions/slackify-markdown@master
# This workflow is from our own org repo and safe to reference by 'master'.
uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR
id: discussionmarkdown
env:
DISCUSSION_TITLE: ${{github.event.discussion.title}}
Expand Down
18 changes: 12 additions & 6 deletions .github/workflows/notify-tsc-members-mention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
# Handling Slack notifications
#########
- name: Convert markdown to slack markdown
uses: asyncapi/.github/.github/actions/slackify-markdown@master
# This workflow is from our own org repo and safe to reference by 'master'.
uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR
id: issuemarkdown
with:
markdown: "[${{github.event.issue.title}}](${{github.event.issue.html_url}}) \n ${{github.event.issue.body}}"
Expand Down Expand Up @@ -89,7 +90,8 @@ jobs:
# Handling Slack notifications
#########
- name: Convert markdown to slack markdown
uses: asyncapi/.github/.github/actions/slackify-markdown@master
# This workflow is from our own org repo and safe to reference by 'master'.
uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR
id: prmarkdown
with:
markdown: "[${{github.event.pull_request.title}}](${{github.event.pull_request.html_url}}) \n ${{github.event.pull_request.body}}"
Expand Down Expand Up @@ -135,7 +137,8 @@ jobs:
# Handling Slack notifications
#########
- name: Convert markdown to slack markdown
uses: asyncapi/.github/.github/actions/slackify-markdown@master
# This workflow is from our own org repo and safe to reference by 'master'.
uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR
id: discussionmarkdown
with:
markdown: "[${{github.event.discussion.title}}](${{github.event.discussion.html_url}}) \n ${{github.event.discussion.body}}"
Expand Down Expand Up @@ -181,7 +184,8 @@ jobs:
# Handling Slack notifications
#########
- name: Convert markdown to slack markdown
uses: asyncapi/.github/.github/actions/slackify-markdown@master
# This workflow is from our own org repo and safe to reference by 'master'.
uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR
id: issuemarkdown
with:
markdown: "[${{github.event.issue.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}"
Expand Down Expand Up @@ -227,7 +231,8 @@ jobs:
# Handling Slack notifications
#########
- name: Convert markdown to slack markdown
uses: asyncapi/.github/.github/actions/slackify-markdown@master
# This workflow is from our own org repo and safe to reference by 'master'.
uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR
id: prmarkdown
with:
markdown: "[${{github.event.issue.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}"
Expand Down Expand Up @@ -273,7 +278,8 @@ jobs:
# Handling Slack notifications
#########
- name: Convert markdown to slack markdown
uses: asyncapi/.github/.github/actions/slackify-markdown@master
# This workflow is from our own org repo and safe to reference by 'master'.
uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR
id: discussionmarkdown
with:
markdown: "[${{github.event.discussion.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-announcements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Convert markdown to slack markdown for issue
uses: asyncapi/.github/.github/actions/slackify-markdown@master
# This workflow is from our own org repo and safe to reference by 'master'.
uses: asyncapi/.github/.github/actions/slackify-markdown@master # //NOSONAR
id: markdown
env:
RELEASE_TAG: ${{github.event.release.tag_name}}
Expand Down