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
parent
commit
a96b80c339
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/auto-pr.yml
  2. 2
      common.props

2
.github/workflows/auto-pr.yml

@ -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}}

2
common.props

@ -13,4 +13,4 @@
<ItemGroup>
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
</ItemGroup>
</Project>
</Project>

Loading…
Cancel
Save