ci: remove pull_request_target workflow#436
Conversation
Removes the semantic PR title lint workflow that ran on pull_request_target. This trigger grants secrets/write tokens to workflows triggered from forks, which is risky. Drop the workflow rather than rewire it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
Greptile SummaryThis PR removes the sole
Confidence Score: 5/5Safe to merge — this is a pure file deletion with no logic changes and a clear security motivation. The change deletes a single workflow file with no downstream dependencies. Removing the No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "ci: remove pull_request_target workflow" | Re-trigger Greptile |
Summary
pull_request_target.pull_request_targetruns in the context of the base repo (with secrets / write tokens) on PRs from forks, which is risky. The workflow only validated PR titles; not worth the trust footprint.Test plan
Note
Low Risk
Low risk: this only deletes a CI workflow, with the main impact being loss of automated PR title linting.
Overview
Removes the
semantic-pr.ymlGitHub Actions workflow that validated PR titles viaamannn/action-semantic-pull-requestand was triggered onpull_request_targetevents.Reviewed by Cursor Bugbot for commit 35d8a7e. Bugbot is set up for automated code reviews on this repo. Configure here.