Skip to content

Commit b36ef6c

Browse files
luc122cFloEdelmann
andauthored
Add fixture metadata triage workflow (#5653)
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
1 parent 786328d commit b36ef6c

4 files changed

Lines changed: 1297 additions & 0 deletions

File tree

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ schemas/*.json linguist-detectable=true
1818
*.md text eol=lf
1919
*.ts text eol=lf
2020
*.vue text eol=lf
21+
22+
# mark agent lock files as generated and avoid manual conflict resolution
23+
# see https://github.github.com/gh-aw/reference/glossary/#workflow-lock-file-lockyml
24+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

.github/aw/actions-lock.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"entries": {
3+
"github/gh-aw-actions/setup@v0.68.3": {
4+
"repo": "github/gh-aw-actions/setup",
5+
"version": "v0.68.3",
6+
"sha": "ba90f2186d7ad780ec640f364005fa24e797b360"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)