Skip to content

Commit 4e22104

Browse files
authored
Merge branch 'dev' into fix/homepage-updates
2 parents e93d8dd + 1494f9a commit 4e22104

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/agent-docusarus-dev.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths-ignore:
99
- '**.md'
1010
- '**.mdx'
11+
<<<<<<< fix/homepage-updates
1112
jobs:
1213
claude-review:
1314
runs-on: ubuntu-latest
@@ -139,6 +140,8 @@ on:
139140
paths-ignore:
140141
- '**.md'
141142
- '**.mdx'
143+
=======
144+
>>>>>>> dev
142145
jobs:
143146
claude-review:
144147
runs-on: ubuntu-latest
@@ -291,6 +294,7 @@ FOOTER
291294
"https://api.github.com/repos/${{ github.repository }}/issues/$PR_NUMBER/comments" \
292295
-d @-
293296

297+
<<<<<<< fix/homepage-updates
294298
echo "Review posted successfully"eview
295299

296300
HEADER
@@ -314,4 +318,7 @@ FOOTER
314318
"https://api.github.com/repos/${{ github.repository }}/issues/$PR_NUMBER/comments" \
315319
-d @-
316320

317-
echo "Review posted successfully"
321+
echo "Review posted successfully"
322+
=======
323+
echo "Review posted successfully"
324+
>>>>>>> dev

0 commit comments

Comments
 (0)