microsoft / microsoft/aspire

yalm. json

Open
#18,966 1 comment 0 reactions 0 assignees View on GitHub
area-integrations triage:bot-seen triage:needs-human
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

// Octokit.js
// https://github.com/octokit/core.js#readme
const octokit = new Octokit({
auth: 'YOUR-TOKEN'
})

await octokit.request('POST /app/installations/{installation_id}/access_tokens', {
installation_id: 1,
repositories: [
'Hello-World'
],
permissions: {
issues: 'write',
contents: 'read'
},
headers: {
'X-GitHub-Api-Version': '2026-03-10'
}
})

Contributor guide

Open the contributing guide

Research direction

The title says "yalm. json," but the body only contains an Octokit.js GitHub API request and names no Aspire file, test, or entry point. Clarify the intended change and identify the affected file or failing test before attempting work; completion cannot be defined from the current issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
github, javascript
Domain
api
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.