Handle Const.Zero for primitive value types in custom attribute codeg… #805
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
| # Merges any changes from servicing branches forward. | |
| name: Flow servicing changes to main | |
| on: | |
| push: | |
| branches: | |
| - 'release/*' | |
| - 'main' | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| servicing-flow: | |
| uses: dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main | |
| with: | |
| configuration_file_path: '.config/service-branch-merge.json' |