Skip to content

Revert "[CI] Use custom token for 'Update pre-commit hooks' job"#794

Merged
aobolensk merged 1 commit into
masterfrom
revert-754-token-pre-commit
Jun 4, 2026
Merged

Revert "[CI] Use custom token for 'Update pre-commit hooks' job"#794
aobolensk merged 1 commit into
masterfrom
revert-754-token-pre-commit

Conversation

@aobolensk

Copy link
Copy Markdown
Member

Reverts #754

@aobolensk aobolensk requested a review from allnes as a code owner June 4, 2026 21:00
@aobolensk aobolensk merged commit 545cef7 into master Jun 4, 2026
8 checks passed
@aobolensk aobolensk deleted the revert-754-token-pre-commit branch June 4, 2026 21:00

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f9d49f85ef

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

uses: ./.github/actions/update-precommit
with:
token: ${{ secrets.PRECOMMIT_UPDATE_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Preserve automatic CI runs for generated update PRs

When the scheduled job creates or updates the PR through .github/actions/update-precommit/action.yml, authenticating with GITHUB_TOKEN prevents its push events from starting workflows and leaves resulting pull_request workflow runs awaiting manual approval. Consequently, the generated pre-commit update PR no longer automatically runs the checks configured in .github/workflows/main.yml and the other pull_request workflows; retaining the custom token is necessary for fully automatic validation.

Useful? React with 👍 / 👎.

@github-actions github-actions Bot added the ci label Jun 4, 2026
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Coverage report is available for download
here

@codecov

codecov Bot commented Jun 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.41%. Comparing base (e341218) to head (f9d49f8).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #794   +/-   ##
=======================================
  Coverage   92.41%   92.41%           
=======================================
  Files          15       15           
  Lines         514      514           
  Branches      202      202           
=======================================
  Hits          475      475           
  Misses          5        5           
  Partials       34       34           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant