Browse Source

Merge pull request #6782 from abpframework/auto-merge/rel-4-0/6

Merge branch rel-4.1 with refs/heads/rel-4.0
pull/6783/head
Muhammed Altuğ 5 years ago
committed by GitHub
parent
commit
d15b1a7db1
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-merge-pr-${{github.run_number}}
branch: auto-merge/rel-4-1/${{github.run_number}}
title: Merge branch dev with rel-4.1
body: This PR generated automatically to merge dev with rel-4.1. Please review the changed files before merging to prevent any errors that may occur.
reviewers: ${{github.actor}}

2
common.props

@ -21,4 +21,4 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>
</Project>

Loading…
Cancel
Save