From e54366e4e71a09faaafd7cea51179590be01b833 Mon Sep 17 00:00:00 2001 From: Nick Kaczmarek Date: Fri, 4 Feb 2022 14:17:29 -0600 Subject: [PATCH] [url-checker-updates-regex] - Testing whether exclude_patterns is a better fit for our url validator. - tt nk Co-authored-by: Tyler Thompson --- .github/workflows/validate_urls.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate_urls.yml b/.github/workflows/validate_urls.yml index ec86c9db4..4678254ed 100644 --- a/.github/workflows/validate_urls.yml +++ b/.github/workflows/validate_urls.yml @@ -27,7 +27,8 @@ jobs: git_path: https://github.com/wwt/SwiftCurrent branch: ${{ env.GIT_BRANCH }} file_types: .md,.swift - exclude_urls: https://github.com/wwt/SwiftCurrent/discussions/new,https://img.shields.io/cocoapods/v/SwiftCurrent.svg?style=popout,https://img.shields.io/github/license/wwt/SwiftCurrent,https://img.shields.io/github/stars/wwt/SwiftCurrent?style=social,https://img.shields.io/github/issues-pr/wwt/SwiftCurrent?color=bright-green + exclude_urls: https://github.com/wwt/SwiftCurrent/discussions/new + exclude_patterns: https://img.shields.io - name: slack-send if: failure() uses: slackapi/slack-github-action@v1.16.0 @@ -46,7 +47,8 @@ jobs: git_path: https://github.com/wwt/SwiftCurrent branch: gh-pages file_types: .html,.css,.scss - exclude_urls: https://github.com/wwt/SwiftCurrent/discussions/new,https://github.com/realm/jazzy,https://realm.io,https://github.com/wwt/SwiftCurrent,https://img.shields.io/cocoapods/v/SwiftCurrent.svg?style=popout,https://img.shields.io/github/license/wwt/SwiftCurrent,https://img.shields.io/github/stars/wwt/SwiftCurrent?style=social,https://img.shields.io/github/issues-pr/wwt/SwiftCurrent?color=bright-green + exclude_urls: https://github.com/wwt/SwiftCurrent/discussions/new,https://github.com/realm/jazzy,https://realm.io,https://github.com/wwt/SwiftCurrent + exclude_patterns: https://img.shields.io - name: slack-send if: failure() uses: slackapi/slack-github-action@v1.16.0