Update dependencies from https://github.com/dotnet/dotnet build 29518… #794
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Inter-branch merge workflow | |
| on: | |
| push: | |
| branches: | |
| - release/** | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| Merge: | |
| uses: dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main |