diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index 18b2053dbb9518..0590c003aa987e 100644 --- a/.github/workflows/monitor-components.yml +++ b/.github/workflows/monitor-components.yml @@ -16,6 +16,8 @@ env: jobs: job: + # Only run this in Git for Windows' fork + if: github.event.repository.owner.login == 'git-for-windows' runs-on: ubuntu-latest permissions: issues: write @@ -26,8 +28,8 @@ jobs: feed: https://github.com/git/git/tags.atom - label: git-lfs feed: https://github.com/git-lfs/git-lfs/tags.atom - - label: gcm-core - feed: https://github.com/microsoft/git-credential-manager-core/tags.atom + - label: git-credential-manager + feed: https://github.com/GitCredentialManager/git-credential-manager/tags.atom - label: tig feed: https://github.com/jonas/tig/tags.atom - label: cygwin