Skip to content

Commit 7fd3eb8

Browse files
Copilotpelikhan
andcommitted
Merge branch 'main' into copilot/recreate-pr-for-current-main
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 489d820 commit 7fd3eb8

File tree

166 files changed

+7424
-2340
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+7424
-2340
lines changed

.changeset/minor-enable-reaction-status-comment-by-default.md

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.changeset/patch-add-label-command-trigger.md

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.changeset/patch-bump-awf-v0-24-2.md

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.changeset/patch-update-go-sdk-security-fix.md

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/aw/github-agentic-workflows.md

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/chroma-issue-indexer.md

Lines changed: 0 additions & 138 deletions
This file was deleted.

.github/workflows/cloclo.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
on:
33
slash_command:
44
name: cloclo
5-
issues:
6-
types: [labeled]
7-
names: [cloclo]
5+
label_command: cloclo
86
status-comment: true
97
permissions:
108
contents: read

.github/workflows/copilot-pr-nlp-analysis.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ safe-outputs:
3434
imports:
3535
- shared/copilot-pr-analysis-base.md
3636
- shared/python-dataviz.md
37+
- shared/python-nlp.md
3738
- shared/reporting.md
3839

3940
tools:
@@ -66,21 +67,6 @@ steps:
6667
6768
echo "Comment data saved to /tmp/gh-aw/pr-comments/"
6869
69-
- name: Install NLP libraries
70-
run: |
71-
pip install --user --quiet nltk scikit-learn textblob wordcloud
72-
73-
# Download required NLTK data (using punkt_tab for NLTK 3.9+)
74-
python3 -c "import nltk; nltk.download('punkt_tab', quiet=True); nltk.download('stopwords', quiet=True); nltk.download('vader_lexicon', quiet=True); nltk.download('averaged_perceptron_tagger_eng', quiet=True)"
75-
76-
# Verify installations
77-
python3 -c "import nltk; print(f'NLTK {nltk.__version__} installed')"
78-
python3 -c "import sklearn; print(f'scikit-learn {sklearn.__version__} installed')"
79-
python3 -c "from importlib.metadata import version; print(f'TextBlob {version(\"textblob\")} installed')"
80-
python3 -c "import wordcloud; print(f'WordCloud {wordcloud.__version__} installed')"
81-
82-
echo "All NLP libraries installed successfully"
83-
8470
timeout-minutes: 20
8571

8672
features:

.github/workflows/daily-doc-healer.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ If you make documentation edits, create a pull request with `create_pull_request
153153
**PR Description**:
154154

155155
```markdown
156-
## Self-Healing Documentation Fixes
156+
### Self-Healing Documentation Fixes
157157

158158
This PR was automatically created by the Daily Documentation Healer workflow.
159159

@@ -165,10 +165,15 @@ This PR was automatically created by the Daily Documentation Healer workflow.
165165

166166
[Explanation of why DDUw missed this]
167167

168+
<details>
169+
<summary><b>💡 DDUw Improvement Suggestions</b></summary>
170+
168171
### DDUw Improvement Suggestions
169172

170173
[Specific, actionable changes to daily-doc-updater.md that would prevent recurrence]
171174

175+
</details>
176+
172177
### Related Issues
173178

174179
- Closes #NNN

.github/workflows/daily-doc-updater.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ If you made any documentation changes:
187187

188188
**PR Description Template**:
189189
```markdown
190-
## Documentation Updates - [Date]
190+
### Documentation Updates - [Date]
191191

192192
This PR updates the documentation based on features merged in the last 24 hours.
193193

@@ -196,6 +196,9 @@ This PR updates the documentation based on features merged in the last 24 hours.
196196
- Feature 1 (from #PR_NUMBER)
197197
- Feature 2 (from #PR_NUMBER)
198198

199+
<details>
200+
<summary><b>📝 Detailed Changes & References</b></summary>
201+
199202
### Changes Made
200203

201204
- Updated `docs/path/to/file.md` to document Feature 1
@@ -206,6 +209,8 @@ This PR updates the documentation based on features merged in the last 24 hours.
206209
- #PR_NUMBER - Brief description
207210
- #PR_NUMBER - Brief description
208211

212+
</details>
213+
209214
### Notes
210215

211216
[Any additional notes or features that need manual review]

0 commit comments

Comments
 (0)