Skip to content

Commit b8bdb58

Browse files
authored
Ignore slack.restate.dev in markdown link check (Cloudflare 403s GHA runner) (#390)
1 parent 9cb68a7 commit b8bdb58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15-
- run: echo '{"ignorePatterns":[{"pattern":"https://docs.restate.dev/_mintlify/feedback/restate-6d46e1dc/agent-feedback"}]}' > mlc_config.json
15+
- run: echo '{"ignorePatterns":[{"pattern":"https://docs.restate.dev/_mintlify/feedback/restate-6d46e1dc/agent-feedback"},{"pattern":"https://slack.restate.dev"}]}' > mlc_config.json
1616
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1717
with:
1818
use-verbose-mode: 'yes'

0 commit comments

Comments
 (0)