From 809f6ff9ce38f5869985fbf88ddcc2b090d08a97 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 12 Apr 2022 01:04:02 +0200 Subject: [PATCH] ci: update global workflows (#201) --- .github/workflows/link-check-cron.yml | 6 +++++- .github/workflows/link-check-pr.yml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-check-cron.yml b/.github/workflows/link-check-cron.yml index 2b7038ae..e24b066b 100644 --- a/.github/workflows/link-check-cron.yml +++ b/.github/workflows/link-check-cron.yml @@ -21,6 +21,10 @@ jobs: with: use-quiet-mode: 'yes' use-verbose-mode: 'yes' + + # A configuration file can be included, indicating the properties of the link check action + # More information can be found here: https://github.com/tcort/markdown-link-check#config-file-format + # Create mlc_config.json file in the root of the directory - name: Report workflow run status to Slack uses: 8398a7/action-slack@v3 @@ -28,5 +32,5 @@ jobs: status: ${{ job.status }} fields: repo,message,action,eventName,ref,workflow env: - SLACK_DOCS_CHANNEL: ${{ secrets.SLACK_DOCS_CHANNEL }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DOCS_CHANNEL }} if: failure() # Only, on failure, send a message on the Slack Docs Channel (if there are broken links) diff --git a/.github/workflows/link-check-pr.yml b/.github/workflows/link-check-pr.yml index 2d7fec31..6e9eb358 100644 --- a/.github/workflows/link-check-pr.yml +++ b/.github/workflows/link-check-pr.yml @@ -17,4 +17,8 @@ jobs: with: use-quiet-mode: 'yes' use-verbose-mode: 'yes' - check-modified-files-only: 'yes' #Only modified files are checked on PRs + check-modified-files-only: 'yes' # Only modified files are checked on PRs + + # A configuration file can be included, indicating the properties of the link check action + # More information can be found here: https://github.com/tcort/markdown-link-check#config-file-format + # Create mlc_config.json file in the root of the directory