Skip to content

Commit 776da39

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

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Run codegen and pull request task
22

33
on:
44
workflow_call:
5+
secrets:
6+
WORKFLOW_PAT:
7+
required: true
58

69
jobs:
710

@@ -34,6 +37,7 @@ jobs:
3437
- name: Create pull request step
3538
uses: peter-evans/create-pull-request@v8
3639
with:
40+
token: ${{ secrets.WORKFLOW_PAT }}
3741
branch: codegen
3842
title: 'Update codegen files'
3943
body: 'This PR updates the codegen files.'

.vscode/tasks.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,21 @@
9393
"clear": false
9494
}
9595
},
96+
{
97+
"label": ".Net Outdated Upgrade",
98+
"type": "process",
99+
"command": "dotnet",
100+
"args": [
101+
"outdated",
102+
"--upgrade:Prompt"
103+
],
104+
"problemMatcher": [
105+
"$msCompile"
106+
],
107+
"presentation": {
108+
"showReuseMessage": false,
109+
"clear": false
110+
}
111+
}
96112
]
97113
}

0 commit comments

Comments
 (0)