From fe12d2e4c2061468e9fe4e22676a8bbf268b7785 Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Sun, 12 Apr 2026 23:37:44 +0200 Subject: [PATCH] fix: bump upsert-issue action ref Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/report-repos-with-multi-admin-teams.yml | 2 +- .github/workflows/report-repos-with-no-admin-team.yml | 2 +- .github/workflows/report-repos-with-no-team.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/report-repos-with-multi-admin-teams.yml b/.github/workflows/report-repos-with-multi-admin-teams.yml index 4616b37..57ecb36 100644 --- a/.github/workflows/report-repos-with-multi-admin-teams.yml +++ b/.github/workflows/report-repos-with-multi-admin-teams.yml @@ -54,7 +54,7 @@ jobs: bun run report:repos-with-multi-admin-teams - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@4235593b654b467bb57c2d2f492b1461eab37cba # v2.1.0 + uses: devantler-tech/actions/upsert-issue@961f62f4a771b31e48acaae4a619cef6c7fe2195 # unreleased with: title: "[report] Repos with Multiple Admin Teams" body-file: ${{ steps.report.outputs.report-path }} diff --git a/.github/workflows/report-repos-with-no-admin-team.yml b/.github/workflows/report-repos-with-no-admin-team.yml index 76afae2..ed5ca6c 100644 --- a/.github/workflows/report-repos-with-no-admin-team.yml +++ b/.github/workflows/report-repos-with-no-admin-team.yml @@ -54,7 +54,7 @@ jobs: bun run report:repos-with-no-admin-team - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@4235593b654b467bb57c2d2f492b1461eab37cba # v2.1.0 + uses: devantler-tech/actions/upsert-issue@961f62f4a771b31e48acaae4a619cef6c7fe2195 # unreleased with: title: "[report] Repos with No Admin Team" body-file: ${{ steps.report.outputs.report-path }} diff --git a/.github/workflows/report-repos-with-no-team.yml b/.github/workflows/report-repos-with-no-team.yml index d60f64c..f104b80 100644 --- a/.github/workflows/report-repos-with-no-team.yml +++ b/.github/workflows/report-repos-with-no-team.yml @@ -54,7 +54,7 @@ jobs: bun run report:repos-with-no-team - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@4235593b654b467bb57c2d2f492b1461eab37cba # v2.1.0 + uses: devantler-tech/actions/upsert-issue@961f62f4a771b31e48acaae4a619cef6c7fe2195 # unreleased with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}