Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
.github/workflows/*.lock.yml linguist-generated=true merge=ours
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The removal of the .github/workflows/*.campaign.g.md line appears to be an unintended side effect of the compilation process. If campaign files are still used in the repository, this configuration should be retained to mark them as generated and use the 'ours' merge strategy.

Suggested change
.github/workflows/*.lock.yml linguist-generated=true merge=ours
.github/workflows/*.lock.yml linguist-generated=true merge=ours
.github/workflows/*.campaign.g.md linguist-generated=true merge=ours

Copilot uses AI. Check for mistakes.

.github/workflows/*.campaign.g.md linguist-generated=true merge=ours
10 changes: 10 additions & 0 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"version": "v7",
"sha": "f28e40c7f34bde8b3046d885e986cb6290c5673b"
},
"actions/github-script@v8": {
"repo": "actions/github-script",
"version": "v8",
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
},
"actions/setup-node@v4": {
"repo": "actions/setup-node",
"version": "v4",
Expand All @@ -25,6 +30,11 @@
"version": "v4",
"sha": "ea165f8d65b6e75b540449e92b4886f43607fa02"
},
"githubnext/gh-aw/actions/setup@v0.36.0": {
"repo": "githubnext/gh-aw/actions/setup",
"version": "v0.36.0",
"sha": "a933c835b5e2d12ae4dead665a0fdba420a2d421"
},
"peter-evans/create-pull-request@v6": {
"repo": "peter-evans/create-pull-request",
"version": "v6",
Expand Down
Loading