File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Fail build if pull request title contains [WIP]
17+ env :
18+ TITLE : ${{ github.event.pull_request.title }}
1719 if : ${{ contains(github.event.pull_request.title, '[WIP]') }} # This function is case insensitive.
1820 run : |
19- echo Warning! PR title "${{ github.event.pull_request.title }} " contains [WIP]. Remove [WIP] from the title when PR is ready.
21+ echo Warning! PR title "$TITLE " contains [WIP]. Remove [WIP] from the title when PR is ready.
2022 exit 1
Original file line number Diff line number Diff line change 11<Project >
22
33 <PropertyGroup >
4- <VersionPrefix >3.1.0 -preview</VersionPrefix >
4+ <VersionPrefix >3.1.1 -preview</VersionPrefix >
55 <LangVersion >latest</LangVersion >
66 <Authors >Joe McBride</Authors >
77 <PackageLicenseExpression >MIT</PackageLicenseExpression >
You can’t perform that action at this time.
0 commit comments