We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c685d commit 9cbab54Copy full SHA for 9cbab54
.github/workflows/use_central_workflow.yml
@@ -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