From c0628051a2f3d05da9cd62b181f15e88dd516ca6 Mon Sep 17 00:00:00 2001 From: Morgan Zellers Date: Thu, 3 Feb 2022 10:07:37 -0600 Subject: [PATCH 1/3] Added open PR badge to exclusions. --- .github/workflows/validate_urls.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate_urls.yml b/.github/workflows/validate_urls.yml index ab69a0794..ec86c9db4 100644 --- a/.github/workflows/validate_urls.yml +++ b/.github/workflows/validate_urls.yml @@ -27,7 +27,7 @@ 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 + 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 - name: slack-send if: failure() uses: slackapi/slack-github-action@v1.16.0 @@ -46,7 +46,7 @@ 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 + 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 - name: slack-send if: failure() uses: slackapi/slack-github-action@v1.16.0 From 2a2641dbfeeb84afbd2fb69834742d3fad4932ff Mon Sep 17 00:00:00 2001 From: Morgan Zellers Date: Fri, 4 Feb 2022 14:40:51 -0600 Subject: [PATCH 2/3] Removes badge urls from README - adds excluded pattern. Co-authored-by: Nick Kaczmarek --- .github/workflows/validate_urls.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate_urls.yml b/.github/workflows/validate_urls.yml index ec86c9db4..e4568ecd6 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 From 1a04bd38b631e1211b9a4e2a52066e9462539f99 Mon Sep 17 00:00:00 2001 From: Morgan Zellers Date: Fri, 4 Feb 2022 14:41:03 -0600 Subject: [PATCH 3/3] Removes badge urls from dev docs - adds excluded pattern. Co-authored-by: Nick Kaczmarek --- .github/workflows/validate_urls.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate_urls.yml b/.github/workflows/validate_urls.yml index e4568ecd6..4678254ed 100644 --- a/.github/workflows/validate_urls.yml +++ b/.github/workflows/validate_urls.yml @@ -47,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