Skip to content

Commit 9cbab54

Browse files
Create use_central_workflow.yml
1 parent f7c685d commit 9cbab54

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Move Task on PR Assignment
2+
on:
3+
pull_request:
4+
types: [assigned]
5+
6+
jobs:
7+
move_task:
8+
uses: TransactionProcessing/org-ci-workflows/.github/workflows/move_task.yml@main
9+
secrets: inherit

0 commit comments

Comments
 (0)