Skip to content

Commit 0a83cae

Browse files
authored
fix(ci): typo for required field in sequencer preview-env (#1500)
## Summary Updates a required pull-request label in order to create a preview env for the sequencer component ## Background There was a typo in the manifest configuration. ## Changes - Changed `evm` to `sequencer` as a required PR label for creating preview environments. ## Testing These were manually applied to the existing argocd dev instance
1 parent d2b9083 commit 0a83cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/argocd/pr-preview-envs/sequencer-appset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
labels:
3232
# ALL of the following labels are required to be set on the PR for the app to be created
3333
- preview
34-
- evm
34+
- sequencer
3535
- docker-build
3636
requeueAfterSeconds: 60
3737
template:

0 commit comments

Comments
 (0)