build(deps): bump ghcr.io/devcontainers/features/github-cli from 1.1.0 to 1.1.1 - #60
Merged
justinmerrell merged 1 commit intoAug 25, 2026
Conversation
dependabot
Bot
force-pushed
the
dependabot/devcontainers/ghcr.io/devcontainers/features/github-cli-1.1.1
branch
from
August 25, 2026 14:38
d5671e7 to
75075a7
Compare
4 tasks
Contributor
|
@dependabot recreate |
dependabot
Bot
force-pushed
the
dependabot/devcontainers/ghcr.io/devcontainers/features/github-cli-1.1.1
branch
from
August 25, 2026 16:45
75075a7 to
3bf9786
Compare
dependabot
Bot
force-pushed
the
dependabot/devcontainers/ghcr.io/devcontainers/features/github-cli-1.1.1
branch
from
August 25, 2026 16:47
3bf9786 to
6467e7a
Compare
4 tasks
justinmerrell
added a commit
that referenced
this pull request
Aug 25, 2026
The normaliser added in #65 was a workflow of its own, on the assumption that its retitle would re-run the title check. It does not: a retitle made with GITHUB_TOKEN does not trigger a new workflow run — GitHub suppresses that to prevent loops — so the check sits on the red it produced before the edit, with a title that is now correct. Both recreated Dependabot pull requests showed it. #66 stayed red with a correct title until the run was re-run by hand. #60 went green, but only because Dependabot pushed again a minute later. Folding the step into the `Conventional PR title` job removes the second event from the picture entirely. It works because the action re-reads the title from the REST API rather than the event payload, deliberately and for exactly this reason — re-running the stale failed run on #66, with its original payload, passed. Costs lint-pr.yml `pull-requests: write`. It has no checkout step and takes every pull request value through `env:`, which is what makes that safe on pull_request_target; both are now stated in the file. Signed-off-by: Justin Merrell <merrelljustin@gmail.com>
Contributor
|
@dependabot rebase |
Bumps ghcr.io/devcontainers/features/github-cli from 1.1.0 to 1.1.1. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/github-cli dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/devcontainers/ghcr.io/devcontainers/features/github-cli-1.1.1
branch
from
August 25, 2026 16:58
6467e7a to
b6de0cc
Compare
Contributor
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
justinmerrell
deleted the
dependabot/devcontainers/ghcr.io/devcontainers/features/github-cli-1.1.1
branch
August 25, 2026 17:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps ghcr.io/devcontainers/features/github-cli from 1.1.0 to 1.1.1.