-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): pin jupyterlab/maintainer-tools action to affc83b #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📝 WalkthroughWalkthroughThe CI workflow (.github/workflows/ci.yaml) changes the Base Setup action reference from the semantic tag Sequence Diagram(s)sequenceDiagram
participant Runner as GitHub Actions Runner
participant Repo as Repository workflow
participant ActionRepo as jupyterlab/maintainer-tools action
Note over Repo,ActionRepo #D3E4CD: Before
Runner->>ActionRepo: uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
ActionRepo-->>Runner: resolve tag -> fetch action content
Note over Repo,ActionRepo: Tag-based resolution (floating)
Note over Repo,ActionRepo #F3E2E2: After
Runner->>ActionRepo: uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6...
ActionRepo-->>Runner: fetch specific commit
Note over Repo,ActionRepo: Commit-pinned resolution (immutable)
Possibly related PRs
Suggested reviewers
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #29 +/- ##
=======================================
Coverage 18.50% 18.50%
=======================================
Files 13 13
Lines 200 200
Branches 27 27
=======================================
Hits 37 37
Misses 163 163 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b936c80
74c10cf to
b936c80
Compare
This PR contains the following updates:
affc83bConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit