Skip to content

Commit 631cc9f

Browse files
jonaslagoniasyncapi-botdependabot[bot]
authored
chore: update with upstream master (#525)
* ci: update generic workflows (#519) * chore: add next-major-spec prerelease (#518) * chore(deps): bump async from 2.6.3 to 2.6.4 (#524) Co-authored-by: asyncapi-bot <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 367a98a commit 631cc9f

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

.github/workflows/link-check-cron.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
# Checks the status of hyperlinks in .md files
1919
- name: Check links
20-
uses: gaurav-nelson/github-action-markdown-link-check@v1
20+
uses: derberg/github-action-markdown-link-check@temporary-fix
2121
with:
2222
use-quiet-mode: 'yes'
2323
use-verbose-mode: 'yes'
@@ -29,8 +29,8 @@ jobs:
2929
- name: Report workflow run status to Slack
3030
uses: 8398a7/action-slack@v3
3131
with:
32-
status: ${{ job.status }}
33-
fields: repo,message,action,eventName,ref,workflow
32+
status: ${{ job.status }}
33+
fields: repo,action,workflow
3434
env:
3535
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DOCS_CHANNEL }}
3636
if: failure() # Only, on failure, send a message on the Slack Docs Channel (if there are broken links)

.github/workflows/link-check-pr.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ name: Check Markdown links
66
on:
77
pull_request_target:
88
types: [synchronize, ready_for_review, opened, reopened]
9+
paths:
10+
- '**.md'
911

1012
jobs:
1113
External-link-validation-on-PR:
1214
runs-on: ubuntu-latest
1315
steps:
14-
- uses: actions/checkout@v3
16+
- name: Checkout repo
17+
uses: actions/checkout@v3
1518
- name: Check links
16-
uses: gaurav-nelson/github-action-markdown-link-check@v1
19+
uses: derberg/github-action-markdown-link-check@temporary-fix
1720
with:
1821
use-quiet-mode: 'yes'
1922
use-verbose-mode: 'yes'

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@
9494
{
9595
"name": "next-major",
9696
"prerelease": true
97+
},
98+
{
99+
"name": "next-major-spec",
100+
"prerelease": true
97101
}
98102
],
99103
"plugins": [

0 commit comments

Comments
 (0)