Open jerryfan01234 opened 2 weeks ago
Two new GitHub Actions workflow files have been introduced: pipeline-indexer-staging-promotion.yml
and pipeline-indexer-testnet-promotion.yml
. The former is triggered upon the closure of pull requests and runs a job that outputs "Hello World" when a pull request is merged with the base reference pipeline-main-replica
. The latter is scheduled to run at specific times throughout the year and also includes a job that outputs "Hello World".
File Path | Change Summary |
---|---|
.github/workflows/pipeline-indexer-staging-promotion.yml | New workflow added: Deploy indexer to staging . |
.github/workflows/pipeline-indexer-testnet-promotion.yml | New workflow added: Snapshot indexer staging . |
In the meadow where bunnies play,
New workflows hop in, hip-hip-hooray!
"Hello World!" they cheer with glee,
Automating tasks, oh so free!
With every merge and every time,
Our code dances, oh so sublime! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Changelist
[Describe or list the changes made in this PR]
Test Plan
need to merge to main to test that the workflow triggers actually work.
Author/Reviewer Checklist
state-breaking
label.indexer-postgres-breaking
label.PrepareProposal
orProcessProposal
, manually add the labelproposal-breaking
.feature:[feature-name]
.backport/[branch-name]
.refactor
,chore
,bug
.Summary by CodeRabbit
Deploy indexer to staging
triggered on pull request closure.Snapshot indexer staging
scheduled to run at specified times throughout the year.