From 87dcc15699738d59b5610ecb2dc95b26f89d7b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 16:13:42 +0000 Subject: [PATCH] build(deps): Bump devantler-tech/actions/upsert-issue Bumps [devantler-tech/actions/upsert-issue](https://github.com/devantler-tech/actions) from 7.1.3 to 8.0.0. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Changelog](https://github.com/devantler-tech/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/devantler-tech/actions/compare/6a2f24aa5a859f7d0de66f9d0bde52254adba641...061b345a7351b0caf23055caea63ccd08b75e20e) --- updated-dependencies: - dependency-name: devantler-tech/actions/upsert-issue dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 186a918..3ef9cd8 100644 --- a/.github/workflows/report-repos-with-multi-admin-teams.yml +++ b/.github/workflows/report-repos-with-multi-admin-teams.yml @@ -49,7 +49,7 @@ jobs: bun run report:repos-with-multi-admin-teams - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 + uses: devantler-tech/actions/upsert-issue@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0 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 4cd980a..97d7ddd 100644 --- a/.github/workflows/report-repos-with-no-admin-team.yml +++ b/.github/workflows/report-repos-with-no-admin-team.yml @@ -49,7 +49,7 @@ jobs: bun run report:repos-with-no-admin-team - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 + uses: devantler-tech/actions/upsert-issue@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0 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 0a80ce1..d6d90c9 100644 --- a/.github/workflows/report-repos-with-no-team.yml +++ b/.github/workflows/report-repos-with-no-team.yml @@ -49,7 +49,7 @@ jobs: bun run report:repos-with-no-team - name: Manage report issue - uses: devantler-tech/actions/upsert-issue@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 + uses: devantler-tech/actions/upsert-issue@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0 with: title: "[report] Repos with No Team Assigned" body-file: ${{ steps.report.outputs.report-path }}