Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 1, 2026

Cherry-picked changes from upstream.

…298)

Add the retry plugin to automatically retry requests that fail with
server errors (5xx status codes). Configure the plugin to exclude 429
(rate limit) from retries since that is already handled by the
throttling plugin.

- Add @octokit/plugin-retry dependency
- Register retry plugin in Octokit client
- Export retryOptions with doNotRetry list excluding 429
- Apply retryOptions in GitHubHelper constructor
…298)

Add the retry plugin to automatically retry requests that fail with
server errors (5xx status codes). Configure the plugin to exclude 429
(rate limit) from retries since that is already handled by the
throttling plugin.

- Add @octokit/plugin-retry dependency
- Register retry plugin in Octokit client
- Export retryOptions with doNotRetry list excluding 429
- Apply retryOptions in GitHubHelper constructor
@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 1, 2026

🚀 PR Updated!

The PR has been updated with the latest cherry-picked commits.

@step-security/maintained-actions-dev Please review and approve the changes.

❌ Build script failed. No files were committed.

📦 Target Release Version: v8.1.0
📋 Previous Release Version: v8.0.0

⚠️ Completely Skipped Commits Due to only modifying files in: package.json, package-lock.json, yarn.lock, node_modules/, dist/, or .gitignore

  • 2271f1ddcf09437ed8f019733eb5cfba58ac76f0
  • 641099ddca097df58c3369dd5e1f33322b223029
  • 34aa40e9cf0bb8b5be745a552003fdeb25e4dd3a

🛑 Workflow Files (Cannot be auto-applied by GitHub Actions):

  • .github/workflows/ci.yml from commit 5b751cdf403b4f0314c656b2618939e4c8bdf824
  • .github/workflows/ci.yml from commit 437c31a11dd02128dd37633ad8d3832853477e7a

❌ Conflicting Files:

  • README.md from commit 5b751cdf403b4f0314c656b2618939e4c8bdf824
  • README.md from commit 0979079bc20c05bbbb590a56c21c4e2b1d1f1bbe
  • src/create-pull-request.ts from commit 70001242bfa9ec7844891e620fdda69a2a2a06c7

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 1, 2026

🔍 Cherry-Pick Verification Report

📦 Upstream Changes: v8.0.0...v8.1.0

📋 File-by-File Analysis:

.github/workflows/ci.yml

  • Upstream has changes: ✅ Yes
  • File exists in PR: ❌ No
  • Status: 🔴 Missing - ❌ No PR patch available (+6 -6)

README.md

  • Upstream has changes: ✅ Yes
  • File exists in PR: ❌ No
  • Status: 🔴 Missing - ❌ No PR patch available (+9 -9)

src/create-pull-request.ts

  • Upstream has changes: ✅ Yes
  • File exists in PR: ❌ No
  • Status: 🔴 Missing - ❌ No PR patch available (+7 -1)

src/github-helper.ts

  • Upstream has changes: ✅ Yes
  • File exists in PR: ✅ Yes
  • Changes match: ✅ Yes
  • Status: 🟢 Perfect - ✅ All changes applied correctly (+7 -1)

src/octokit-client.ts

  • Upstream has changes: ✅ Yes
  • File exists in PR: ✅ Yes
  • Changes match: ✅ Yes
  • Status: 🟢 Perfect - ✅ All changes applied correctly (+7 -0)

📊 Summary:

  • Total files changed upstream: 5
  • Files present in PR: 2/5
  • Files with matching changes: 2/5

Overall Status: 🔴 INCOMPLETE - Missing files or changes

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 1, 2026

🔍 Cherry-Pick Verification Report

📦 Upstream Changes: v8.0.0...v8.1.0

📋 File-by-File Analysis:

.github/workflows/ci.yml

  • Upstream has changes: ✅ Yes
  • File exists in PR: ❌ No
  • Status: 🔴 Missing - ❌ No PR patch available (+6 -6)

README.md

  • Upstream has changes: ✅ Yes
  • File exists in PR: ❌ No
  • Status: 🔴 Missing - ❌ No PR patch available (+9 -9)

src/create-pull-request.ts

  • Upstream has changes: ✅ Yes
  • File exists in PR: ✅ Yes
  • Changes match: ✅ Yes
  • Status: 🟢 Perfect - ✅ All changes applied correctly (+7 -1)

src/github-helper.ts

  • Upstream has changes: ✅ Yes
  • File exists in PR: ✅ Yes
  • Changes match: ✅ Yes
  • Status: 🟢 Perfect - ✅ All changes applied correctly (+7 -1)

src/octokit-client.ts

  • Upstream has changes: ✅ Yes
  • File exists in PR: ✅ Yes
  • Changes match: ✅ Yes
  • Status: 🟢 Perfect - ✅ All changes applied correctly (+7 -0)

📊 Summary:

  • Total files changed upstream: 5
  • Files present in PR: 3/5
  • Files with matching changes: 3/5

Overall Status: 🔴 INCOMPLETE - Missing files or changes

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.

1 participant