Skip to content

Commit 883d3d3

Browse files
authored
Add Repo Assist agentic workflow (#4399)
1 parent 20d727f commit 883d3d3

File tree

4 files changed

+2377
-0
lines changed

4 files changed

+2377
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,5 @@
7272
*.fs text eol=lf
7373
*.fsx text eol=lf
7474
*.fsi text eol=lf
75+
76+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

.github/aw/actions-lock.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"entries": {
3+
"actions/github-script@v8": {
4+
"repo": "actions/github-script",
5+
"version": "v8",
6+
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
7+
},
8+
"github/gh-aw/actions/[email protected]": {
9+
"repo": "github/gh-aw/actions/setup",
10+
"version": "v0.58.1",
11+
"sha": "fa061e89469ef007881d22d3af5a8c9e62363a0d"
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)