Browse Source
Merge pull request #6781 from abpframework/auto-merge/rel-3-3/5
Merge branch rel-4.0 with rel-3.3
pull/6782/head
Mehmet Erim
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
.github/workflows/auto-pr.yml
common.props
@ -17,7 +17,7 @@ jobs:
- name : Create Pull Request
uses : peter-evans/create-pull-request@v3
with:
branch : auto-rel-4-0-merge-pr- ${{github.run_number}}
branch : auto-merge/rel-4-0/ ${{github.run_number}}
title : Merge branch rel-4.1 with ${{github.ref}}
body : This PR generated automatically to merge rel-4.1 with rel-4.0. Please review the changed files before merging to prevent any errors that may occur.
reviewers : ${{github.actor}}
@ -13,4 +13,4 @@
<ItemGroup>
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
</ItemGroup>
</Project>
</Project>