Open
Conversation
Contributor
|
✅ No conflicts with other open PRs targeting |
77cc257 to
68b43c5
Compare
68b43c5 to
17676c9
Compare
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the repository-local delete-deployments GitHub Action and switches affected workflows to use the shared action maintained in smartcontractkit/.github, reducing duplicated CI action code in this repo.
Changes:
- Replace local
./.github/actions/delete-deploymentsusage withsmartcontractkit/.github/actions/delete-deployments@delete-deployments/v1in relevant workflows. - Remove the local
delete-deploymentsaction implementation files (TypeScript + pnpm config). - Update
sonar-project.propertiesexclusions to reflect the removed action files and normalize formatting.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sonar-project.properties | Removes exclusions for the deleted action’s tsconfig and normalizes the last exclusion line formatting. |
| .github/workflows/integration-tests.yml | Updates the cleanup job to use the shared delete-deployments action and removes now-unneeded checkout for the local action. |
| .github/workflows/integration-in-memory-tests.yml | Updates the cleanup job to use the shared delete-deployments action and removes now-unneeded checkout for the local action. |
| .github/workflows/delete-deployments.yml | Switches scheduled/manual cleanup to use the shared delete-deployments action and removes now-unneeded checkout. |
| .github/actions/delete-deployments/* | Deletes the local delete-deployments composite action implementation and its node/pnpm tooling files. |
Files not reviewed (1)
- .github/actions/delete-deployments/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
chainchad
approved these changes
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Changes
delete-deploymentsaction from this repository, and use the one now declared in.githubrepository (https://github.com/smartcontractkit/.github/tree/main/actions/delete-deployments).Related
#21269
Testing
workflow_dispatchfor this workflow on this branch: https://github.com/smartcontractkit/chainlink/actions/runs/22415120736/job/64898630438DX-2999