From 13e24bfac568c27b9e8841717445451f990ef79e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:50:18 +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 e506be393f7..a01ef321ea9 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@0c37450c4be3b6a7582b2fb013c9ebfd9c8e9300 # main (v1.0.2 + 10 commits) id: add_project with: project-url: "https://github.com/orgs/matrix-org/projects/67" From 347b943426fdb9728d36b5be85aab579c49c75ea Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Tue, 17 Jun 2025 13:46:51 +0100 Subject: [PATCH 2/2] Revert action to v1.0.2 --- .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 a01ef321ea9..93ace19a0f7 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@0c37450c4be3b6a7582b2fb013c9ebfd9c8e9300 # main (v1.0.2 + 10 commits) + - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 id: add_project with: project-url: "https://github.com/orgs/matrix-org/projects/67"