File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ pull_request :
3+ types :
4+ - opened
5+ - edited
6+ - synchronize
7+
8+ jobs :
9+ ' Semantic Pull Request ' :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : ' validate'
13+ uses : actions/github-script@v3.1.0
14+ with :
15+ script : |
16+ console.log(JSON.stringify(${{github.event}}))
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,12 +14,15 @@ source:
1414 repository : https://github.com/efekarakus/copilot-pipeline-test
1515 connection_name : copilot-efeka-copilot-pipeline-t
1616
17+ # warehouse -> orders -> frontend
18+ # payments ->
1719stages :
1820 -
1921 name : test
2022 deployments :
2123 warehouse :
2224 payments :
25+ depends_on : [frontend]
2326 orders :
2427 depends_on : [warehouse]
2528 frontend :
You can’t perform that action at this time.
0 commit comments