Skip to content

Commit b4403cc

Browse files
authored
Merge pull request #421 from helloextend/ci/dx-3307-add-migration-workflow
ci: [dx-3307] add migration workflow
2 parents 919e879 + 76e504e commit b4403cc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/run-migration.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Run Migration
2+
description: 'Run a repository migration, to apply multi-repo updates'
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
migration_id:
7+
description: 'teamName/migrationName'
8+
required: true
9+
type: string
10+
11+
jobs:
12+
run-migration:
13+
uses: helloextend/repo-sitioner/.github/workflows/run-migration.yml@main
14+
with:
15+
migration_id: ${{ inputs.migration_id }}
16+
secrets: inherit

0 commit comments

Comments
 (0)