From 8094b459e4017ae3bd5f4b08286a0cba0b7939c8 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Fri, 30 May 2025 11:48:54 +0200 Subject: [PATCH] build: remove schedule from PR metadata job It shouldn't have touched non-PR issues, but it did --- .github/workflows/pr-metadata.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pr-metadata.yaml b/.github/workflows/pr-metadata.yaml index 1e6445f96..b135e2208 100644 --- a/.github/workflows/pr-metadata.yaml +++ b/.github/workflows/pr-metadata.yaml @@ -7,12 +7,9 @@ on: - reopened - edited - synchronize - schedule: - - cron: "42 7 * * *" permissions: contents: read - issues: write pull-requests: write jobs: