Skip to content

Commit 98409b3

Browse files
ptr727dependabot[bot]github-actions[bot]Copilot
authored
Develop (#108)
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 776da39 commit 98409b3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.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' && github.event.pull_request.head.repo.full_name == github.repository
38+
if: github.event.pull_request.head.ref == 'codegen' && github.event.pull_request.head.repo.full_name == github.repository && contains(github.event.pull_request.labels.*.name, 'automated-codegen')
3939
permissions:
4040
contents: write
4141
pull-requests: write

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ jobs:
4444
commit-message: 'Update codegen files'
4545
delete-branch: true
4646
sign-commits: true
47+
labels: automated-codegen

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"command": "dotnet",
100100
"args": [
101101
"outdated",
102-
"--upgrade:Prompt"
102+
"--upgrade:prompt"
103103
],
104104
"problemMatcher": [
105105
"$msCompile"
@@ -109,5 +109,5 @@
109109
"clear": false
110110
}
111111
}
112-
]
112+
]
113113
}

0 commit comments

Comments
 (0)