From 8b3e3dc5e7fed1bf192cbe82d5c507baa5fb6e3f Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 15 Dec 2022 09:45:42 +0100 Subject: [PATCH 1/2] fixup! Add a GitHub workflow to monitor component updates monitor-components: only run this in Git for Windows' fork Even if scheduled workflows are supposedly disabled in forks, we see it every once in a while that they are turned on by mistake. However, the `monitor-components` workflow really only makes sense in Git for Windows' fork, as its purpose is to notify the Git for Windows maintainers of new package versions that might need to be integrated into Git for Windows. So let's be more explicit about disabling this workflow everywhere else. Signed-off-by: Johannes Schindelin --- .github/workflows/monitor-components.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index 18b2053dbb9518..c075c6fe181f4e 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 From 450817fdfa3577c99a5b1f5d2a44ae15fd8ff27a Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 15 Dec 2022 09:49:16 +0100 Subject: [PATCH 2/2] fixup! Add a GitHub workflow to monitor component updates component-updates: fix label and URL for Git Credential Manager The repository moved a long time, so let's adjust the URL. Also adjust the label because the new automation orchestrated via https://github.com/dscho/gfw-helper-github-app/ and https://github.com/git-for-windows/git-for-windows-automation/ relies on the label matching the package name. Signed-off-by: Johannes Schindelin --- .github/workflows/monitor-components.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index c075c6fe181f4e..0590c003aa987e 100644 --- a/.github/workflows/monitor-components.yml +++ b/.github/workflows/monitor-components.yml @@ -28,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