Skip to content

Commit 242c1d0

Browse files
ptr727dependabot[bot]github-actions[bot]Copilot
authored
Update AwesomeAssertions and refine workflows (#95)
Upgrade the AwesomeAssertions package to version 9.4.0 and adjust workflows to improve code generation branch handling and pull request triggers. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ptr727 <2061579+ptr727@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7755fad commit 242c1d0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/merge-bot-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
merge-codegen:
3636
name: Merge codegen pull request job
3737
runs-on: ubuntu-latest
38-
if: github.actor == 'github-actions[bot]' && github.event.pull_request.head.ref == 'codegen-update' && github.event.pull_request.head.repo.full_name == github.repository
38+
if: github.actor == 'github-actions[bot]' && github.event.pull_request.head.ref == 'codegen' && github.event.pull_request.head.repo.full_name == github.repository
3939
permissions:
4040
contents: write
4141
pull-requests: write

.github/workflows/run-codegen-pull-request-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Create pull request step
3535
uses: peter-evans/create-pull-request@v8
3636
with:
37-
branch: codegen-update
37+
branch: codegen
3838
title: 'Update codegen files'
3939
body: 'This PR updates the codegen files.'
4040
commit-message: 'Update codegen files'

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test pull request action
22

33
on:
44
pull_request:
5-
branches: [ main, develop ]
5+
branches: [ main, develop, codegen ]
66
workflow_dispatch:
77

88
concurrency:

LanguageTagsTests/LanguageTagsTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<TargetFramework>net10.0</TargetFramework>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="AwesomeAssertions" Version="9.3.0" />
12+
<PackageReference Include="AwesomeAssertions" Version="9.4.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1414
<PackageReference Include="xunit.analyzers" Version="1.27.0">
1515
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)