Skip to content

Repo sync #37540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 14, 2025
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Call AI model
run: |
curl -X POST "https://models.inference.ai.azure.com/chat/completions" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-d '{
"messages": [
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
curl "https://models.github.ai/inference/chat/completions" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $GITHUB_TOKEN" \
-d '{
"messages": [
{
"role": "user",
"content": "Explain the concept of recursion."
}
],
"model": "gpt-4o"
"model": "openai/gpt-4o"
}'
```

Expand Down
7 changes: 0 additions & 7 deletions data/features/bulk-code-scanning-query-suite.yml

This file was deleted.

5 changes: 0 additions & 5 deletions data/features/code-security-wording-only-enterprise.yml

This file was deleted.

6 changes: 0 additions & 6 deletions data/features/code-security-wording-only.yml

This file was deleted.

4 changes: 0 additions & 4 deletions data/features/dependabot-alerts-ghes-enablement.yml

This file was deleted.

2 changes: 0 additions & 2 deletions data/features/ghas-committers-calculator.yml

This file was deleted.

7 changes: 0 additions & 7 deletions data/features/global-nav-update.yml

This file was deleted.

7 changes: 0 additions & 7 deletions data/features/secret-scanning-audit-log-custom-patterns.yml

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions data/features/security-overview-displayed-alerts.yml

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

1 change: 0 additions & 1 deletion data/reusables/copilot/custom-instructions-note.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions data/reusables/pages/about-private-publishing.md

This file was deleted.

1 change: 0 additions & 1 deletion data/reusables/security-campaigns/too-many-alerts.md

This file was deleted.

Loading