From 07c49d1d04cf54dcdbb04555ab4e2a0ced94f336 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 10 Oct 2024 07:20:34 +0200 Subject: [PATCH 1/2] Update stale action. --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b9ba629409..d8766a3214 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -35,4 +35,5 @@ jobs: Thank you for your contributions. days-before-stale: 14 days-before-close: 7 - exempt-issue-labels: 'enhancement,feature,bug,announcement,epic,triage' + exempt-all-milestones: true + exempt-issue-labels: 'triage' From b4b9752c05dc0ead729711001997b39f83b71bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:13:11 +0000 Subject: [PATCH 2/2] Bump github/command from 1.2.1 to 1.2.2 Bumps [github/command](https://github.com/github/command) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/github/command/releases) - [Commits](https://github.com/github/command/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: github/command dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/close-duplicates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-duplicates.yml b/.github/workflows/close-duplicates.yml index ef00b418ff..246ddfb746 100644 --- a/.github/workflows/close-duplicates.yml +++ b/.github/workflows/close-duplicates.yml @@ -13,7 +13,7 @@ jobs: close_duplicates: runs-on: ubuntu-latest steps: - - uses: github/command@v1.2.1 + - uses: github/command@v1.2.2 id: command with: allowed_contexts: "issue"