File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 uses : tim-actions/commit-message-checker-with-regex@v0.3.1
2525 with :
2626 commits : ${{ steps.get-pr-commits.outputs.commits }}
27- pattern : ' ^(Merge pull request #[0-9]+ from dodevops/develop )|(Merge branch '' main'' into develop)|(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\([\w\-\.]+\))?(!)?: ([\w ])+([\s\S]*)'
27+ pattern : ' ^(Merge pull request #[0-9]+)|(Merge branch '' main'' into develop)|(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\([\w\-\.]+\))?(!)?: ([\w ])+([\s\S]*)'
2828 error : ' Commit messages do not follow https://www.conventionalcommits.org/en/v1.0.0/'
2929 - name : Get Changed Files
3030 uses : tj-actions/changed-files@v41.0.0
Original file line number Diff line number Diff line change 1111
1212if [ " X${ARM_TENANT_ID} X" != " XX" ]
1313then
14- tenantArg+=(" --tenant" " ${AZ_TENANTID } " )
14+ tenantArg+=(" --tenant" " ${ARM_TENANT_ID } " )
1515fi
1616
1717if ${AZ_USE_ARM_SPI:- false} ;
You can’t perform that action at this time.
0 commit comments