From f09996991799cb48f9b3f3d6fd16b4e56f8715ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:47:57 +0000 Subject: [PATCH 1/2] Bump actions/add-to-project Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 5b1a254a3546aef88e0a7724a77a623fa2e47c36 to 0c37450c4be3b6a7582b2fb013c9ebfd9c8e9300. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/5b1a254a3546aef88e0a7724a77a623fa2e47c36...0c37450c4be3b6a7582b2fb013c9ebfd9c8e9300) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-version: 0c37450c4be3b6a7582b2fb013c9ebfd9c8e9300 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/triage_labelled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage_labelled.yml b/.github/workflows/triage_labelled.yml index c9ed653b629..0dbe8efcc36 100644 --- a/.github/workflows/triage_labelled.yml +++ b/.github/workflows/triage_labelled.yml @@ -11,7 +11,7 @@ jobs: if: > contains(github.event.issue.labels.*.name, 'X-Needs-Info') steps: - - uses: actions/add-to-project@5b1a254a3546aef88e0a7724a77a623fa2e47c36 # main (v1.0.2 + 10 commits) + - uses: actions/add-to-project@c0c5949b017d0d4a39f7ba888255881bdac2a823 # main (v1.0.2 + 10 commits) id: add_project with: project-url: "https://github.com/orgs/matrix-org/projects/67" From 51b0dce736addf87b735492f61d1ea475eee334d Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Wed, 13 Aug 2025 10:32:15 +0100 Subject: [PATCH 2/2] Remove specialised label as it's not out of date, and will continue to be out of date. --- .github/workflows/triage_labelled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage_labelled.yml b/.github/workflows/triage_labelled.yml index 0dbe8efcc36..d5be3cf9cbe 100644 --- a/.github/workflows/triage_labelled.yml +++ b/.github/workflows/triage_labelled.yml @@ -11,7 +11,7 @@ jobs: if: > contains(github.event.issue.labels.*.name, 'X-Needs-Info') steps: - - uses: actions/add-to-project@c0c5949b017d0d4a39f7ba888255881bdac2a823 # main (v1.0.2 + 10 commits) + - uses: actions/add-to-project@c0c5949b017d0d4a39f7ba888255881bdac2a823 # v1.0.2 id: add_project with: project-url: "https://github.com/orgs/matrix-org/projects/67"