Skip to content

build(deps): Bump devantler-tech/actions/upsert-issue from 7.1.3 to 8.0.0#43

Merged
botantler-1[bot] merged 1 commit into
mainfrom
dependabot/github_actions/devantler-tech/actions/upsert-issue-8.0.0
Jul 2, 2026
Merged

build(deps): Bump devantler-tech/actions/upsert-issue from 7.1.3 to 8.0.0#43
botantler-1[bot] merged 1 commit into
mainfrom
dependabot/github_actions/devantler-tech/actions/upsert-issue-8.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps devantler-tech/actions/upsert-issue from 7.1.3 to 8.0.0.

Release notes

Sourced from devantler-tech/actions/upsert-issue's releases.

v8.0.0

8.0.0 (2026-07-02)

⚠ BREAKING CHANGES

  • remove the sync-github-labels composite action (superseded by declarative IssueLabels) (#418)

Features

  • remove the sync-github-labels composite action (superseded by declarative IssueLabels) (#418) (0d7ff03)
Changelog

Sourced from devantler-tech/actions/upsert-issue's changelog.

Changelog

8.0.0 (2026-07-02)

⚠ BREAKING CHANGES

  • remove the sync-github-labels composite action (superseded by declarative IssueLabels) (#418)

Features

  • remove the sync-github-labels composite action (superseded by declarative IssueLabels) (#418) (0d7ff03)

7.1.3 (2026-06-30)

Continuous Integration

  • skip the suite on the release-commit push to dodge the self-pin tag race (#412) (91efa53)

7.1.2 (2026-06-30)

Bug Fixes

  • approve-pr,upsert-issue: retry-harden unguarded gh network calls (#405) (7fe5fad)
  • enable-auto-merge-on-pr: retry-harden the gh API/merge network calls (#402) (b0e24b5), closes #401

7.1.1 (2026-06-27)

Bug Fixes

  • upsert-issue: fail with a clear error when body-file is missing (#385) (aabeddb)

7.1.0 (2026-06-27)

Features

  • diagnose-flux: add shared composite action for Flux failure diagnostics (#368) (d59a53c)

7.0.0 (2026-06-26)

⚠ BREAKING CHANGES

  • All callers referencing old file names, input names, output names, or secret keys must be updated.

Features

... (truncated)

Commits
  • 061b345 chore(main): release 8.0.0 (#424)
  • 0d7ff03 feat!: remove the sync-github-labels composite action (superseded by declarat...
  • d8984d1 chore(deps): bump actions/setup-dotnet from 5.3.0 to 5.4.0 (#420)
  • 9f9c1ac chore(deps): bump actions/setup-go from 6.4.0 to 6.5.0 (#416)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](devantler-tech/actions@6a2f24a...061b345)

---
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] <support@github.com>
@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 379bff52-b377-42eb-a4f6-356084168a5b

📥 Commits

Reviewing files that changed from the base of the PR and between c65d64f and 87dcc15.

📒 Files selected for processing (3)
  • .github/workflows/report-repos-with-multi-admin-teams.yml
  • .github/workflows/report-repos-with-no-admin-team.yml
  • .github/workflows/report-repos-with-no-team.yml

📝 Walkthrough

Walkthrough

Three GitHub Actions workflow files were updated to reference a newer pinned commit SHA of the devantler-tech/actions/upsert-issue action, bumping it from v7.1.3 to v8.0.0. No other workflow configuration or logic was changed.

Changes

Upsert-issue Action Version Bump

Layer / File(s) Summary
Bump pinned action commit
.github/workflows/report-repos-with-multi-admin-teams.yml, .github/workflows/report-repos-with-no-admin-team.yml, .github/workflows/report-repos-with-no-team.yml
Updated the uses: reference for the "Manage report issue" step in each workflow from the v7.1.3 pinned commit SHA to the v8.0.0 pinned commit SHA.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Related PRs: None identified.

Suggested labels: dependencies, github-actions

Suggested reviewers: None identified.

🐰 a rabbit hops, three files in tow, pins a fresher SHA and off it'll go

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the dependency bump from upsert-issue 7.1.3 to 8.0.0.
Description check ✅ Passed The description is directly related to the same action version bump and its release notes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/devantler-tech/actions/upsert-issue-8.0.0

Comment @coderabbitai help to get the list of available commands.

@botantler-1 botantler-1 Bot enabled auto-merge (squash) July 2, 2026 16:14
@botantler-1 botantler-1 Bot merged commit 5196f2b into main Jul 2, 2026
10 of 11 checks passed
@botantler-1 botantler-1 Bot deleted the dependabot/github_actions/devantler-tech/actions/upsert-issue-8.0.0 branch July 2, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants