ci: migrate pr-review pipeline to plugin #33
No reviewers
Labels
No labels
breaking
bug
dependency
docs
enhancement
feature
misc
refactor
security
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ElZeckos/Temp-Voice-URC!33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary: Migrates the PR review pipeline from direct Docker image execution to Woodpecker's plugin-style configuration, updating environment variable naming conventions and secret references.
Issues:
⚠️ MEDIUM .woodpecker/pr-review.yml:9 - Using mutable `latest` image tag
💡 LOW .woodpecker/pr-review.yml:5 - Breaking change in secret names
Recommendations:
💡 .woodpecker/pr-review.yml:9 - Pin to a specific version tag
Score (Code Quality): 75
Result: ⚠️ Changes Requested
The migration follows Woodpecker's plugin pattern correctly, but the
latesttag is a production reliability concern. Consider pinning to a stable version tag.