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
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-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}} |
|
|
|
|
|
|
|
@ -21,4 +21,4 @@ |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |
|
|
|
</Project> |
|
|
|
|