Skip to content

chore(deps): Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1#419

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/peter-evans/create-pull-request-8.1.1
Open

chore(deps): Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1#419
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/peter-evans/create-pull-request-8.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps peter-evans/create-pull-request from 8.1.0 to 8.1.1.

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v8.1.1

What's Changed

Full Changelog: peter-evans/create-pull-request@v8.1.0...v8.1.1

Commits
  • 5f6978f fix: retry post-creation API calls on 422 eventual consistency errors (#4356)
  • d32e88d build(deps-dev): bump the npm group with 3 updates (#4349)
  • 8170bcc build(deps-dev): bump handlebars from 4.7.8 to 4.7.9 (#4344)
  • 0041819 build(deps): bump picomatch (#4339)
  • b993918 build(deps-dev): bump flatted from 3.3.1 to 3.4.2 (#4334)
  • 36d7c84 build(deps-dev): bump undici from 6.23.0 to 6.24.0 (#4328)
  • a45d1fb build(deps): bump @​tootallnate/once and jest-environment-jsdom (#4323)
  • 3499eb6 build(deps): bump the github-actions group with 2 updates (#4316)
  • 3f3b473 build(deps): bump minimatch (#4311)
  • 6699836 build(deps-dev): bump the npm group with 2 updates (#4305)
  • 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)

Summary by CodeRabbit

  • Chores
    • Updated automated workflow tooling to the latest compatible version.

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@c0f553f...5f6978f)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Apr 15, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 15, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign stleerh for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 15, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: e4d27a30-a805-4856-a2fc-222e3bdf5f9a

📥 Commits

Reviewing files that changed from the base of the PR and between a62be61 and 8ca3640.

📒 Files selected for processing (1)
  • .github/workflows/update-docs.yml

Walkthrough

This pull request updates the peter-evans/create-pull-request GitHub Action from version v8.1.0 to v8.1.1 in the workflow configuration file, with no changes to the action's inputs or configuration parameters.

Changes

Cohort / File(s) Summary
GitHub Action Dependency
.github/workflows/update-docs.yml
Updated peter-evans/create-pull-request action reference from v8.1.0 to v8.1.1 (commit hash updated accordingly).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 8
✅ Passed checks (8 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main change: bumping the GitHub Action dependency from version 8.1.0 to 8.1.1, which matches the file modification in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
No Real People Names In Style References ✅ Passed The pull request modifies only the GitHub Actions workflow file to update the peter-evans/create-pull-request action version. The workflow file contains no real people names used as style references or guides.
No Assumed Git Remote Names ✅ Passed The PR updates a GitHub Action version without introducing hardcoded git remote names in the workflow file.
Git Push Safety Rules ✅ Passed The workflow file uses the peter-evans/create-pull-request GitHub Action to safely create pull requests to a feature branch, rather than performing direct git push operations to main/master branches or using force push.
No Untrusted Mcp Servers ✅ Passed PR only updates peter-evans/create-pull-request action from v8.1.0 to v8.1.1; no MCP server installations or unauthorized dependencies introduced.
Ai-Helpers Overlap Detection ✅ Passed PR modifies only .github/workflows/update-docs.yml, a GitHub Actions workflow file outside the scope of ai-helpers files. The overlap detection check applies only to plugins//commands/.md, plugins//skills//SKILL.md, and agents/*.md files, which are not modified in this PR.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/peter-evans/create-pull-request-8.1.1

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants