File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 20
20
name : Notify slack on every new issue
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - name : Checkout repository
24
- uses : actions/checkout@v3
25
23
- name : Convert markdown to slack markdown for issue
26
24
uses : asyncapi/.github/.github/actions/slackify-markdown@master
27
25
id : issuemarkdown
40
38
name : Notify slack on every new pull request
41
39
runs-on : ubuntu-latest
42
40
steps :
43
- - name : Checkout repository
44
- uses : actions/checkout@v3
45
41
- name : Convert markdown to slack markdown for pull request
46
42
uses : asyncapi/.github/.github/actions/slackify-markdown@master
47
43
id : prmarkdown
60
56
name : Notify slack on every new pull request
61
57
runs-on : ubuntu-latest
62
58
steps :
63
- - name : Checkout repository
64
- uses : actions/checkout@v3
65
59
- name : Convert markdown to slack markdown for pull request
66
60
uses : asyncapi/.github/.github/actions/slackify-markdown@master
67
61
id : discussionmarkdown
You can’t perform that action at this time.
0 commit comments