This repository was archived by the owner on Jul 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.os }}
1515 strategy :
1616 matrix :
17- os : [ubuntu-latest, macos-latest, windows-latest]
17+ # Using macos-13 instead of latest (macos-14) due to an issue with Puppeteer and such runner.
18+ # See: https://github.com/puppeteer/puppeteer/issues/12327 and https://github.com/asyncapi/parser-js/issues/1001
19+ os : [ubuntu-latest, macos-13, windows-latest]
1820 steps :
1921 - if : >
2022 !github.event.pull_request.draft && !(
Original file line number Diff line number Diff line change 3333 runs-on : ${{ matrix.os }}
3434 strategy :
3535 matrix :
36- os : [ubuntu-latest, macos-latest, windows-latest]
36+ # Using macos-13 instead of latest (macos-14) due to an issue with Puppeteer and such runner.
37+ # See: https://github.com/puppeteer/puppeteer/issues/12327 and https://github.com/asyncapi/parser-js/issues/1001
38+ os : [ubuntu-latest, macos-13, windows-latest]
3739 steps :
3840 - name : Set git to use LF # to once and for all finish neverending fight between Unix and Windows
3941 run : |
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