Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 590180c

Browse files
authored
ci: update of files from global .github repo (#395)
1 parent 9b46c0f commit 590180c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/issues-prs-notifications.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
name: Notify slack on every new issue
2121
runs-on: ubuntu-latest
2222
steps:
23-
- name: Checkout repository
24-
uses: actions/checkout@v3
2523
- name: Convert markdown to slack markdown for issue
2624
uses: asyncapi/.github/.github/actions/slackify-markdown@master
2725
id: issuemarkdown
@@ -40,8 +38,6 @@ jobs:
4038
name: Notify slack on every new pull request
4139
runs-on: ubuntu-latest
4240
steps:
43-
- name: Checkout repository
44-
uses: actions/checkout@v3
4541
- name: Convert markdown to slack markdown for pull request
4642
uses: asyncapi/.github/.github/actions/slackify-markdown@master
4743
id: prmarkdown
@@ -60,8 +56,6 @@ jobs:
6056
name: Notify slack on every new pull request
6157
runs-on: ubuntu-latest
6258
steps:
63-
- name: Checkout repository
64-
uses: actions/checkout@v3
6559
- name: Convert markdown to slack markdown for pull request
6660
uses: asyncapi/.github/.github/actions/slackify-markdown@master
6761
id: discussionmarkdown

0 commit comments

Comments
 (0)