File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments