Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Add quarantine label for PRs starting with "Quarantine:" or "CherryPicked: [cnv-X.Y] Quarantine:"'
uses: actions/github-script@v7
uses: actions/github-script@v9
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Execution Plan

  • Run smoke tests: False

No test files were modified in this PR. The changes are limited to:

  • .github/workflows/pr-title-labeler.yml: GitHub Actions workflow update (actions/github-script v7 → v9)
  • uv.lock: Dependency lock file update (pyhelper-utils 2.0.1 → 2.0.2, adds timeout-sampler dependency)

No Python test files, utilities, fixtures, or conftest.py files were changed. No smoke test dependency path exists for these changes.

with:
script: |
const originalTitle = context.payload.pull_request.title;
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading