Skip to content

Commit 84b44ca

Browse files
authored
Merge pull request #759 from github/agentic-workflows
Add weekly resource staleness report agentic workflow
2 parents f880e12 + 05ab979 commit 84b44ca

4 files changed

Lines changed: 1163 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@
2626
*.ico binary
2727
*.zip binary
2828
*.pdf binary
29+
30+
.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/setup@v0.45.7": {
9+
"repo": "github/gh-aw/actions/setup",
10+
"version": "v0.45.7",
11+
"sha": "5d8900eb6f6230c9d41a3c30af320150a2361285"
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)