github / github/CopilotForXcode
L
- Linguagem predominante
- Swift
- Estrelas
- 6.3k
- Forks
- 2k
- Merge médio
- 2min
- PRs com merge (30d)
- 2
Descrição
on:
workflow_dispatch:
jobs:
track_pr:
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate-token
uses: actions/create-github-app-token@v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Use API
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
run: |
gh api https://api.github.com/repos/octocat/Spoon-Knife/issues
Guia de contribuição
Direção de pesquisa
The issue contains a GitHub Actions workflow using actions/create-github-app-token and gh api, but names no repository file, test, entry point, or requested behavior. First clarify what should change and how success will be verified before locating an implementation area.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- github-actions
- Domínio
- ci-cd
- Tipo de issue
- Funcionalidade
- Dificuldade
- 5/5
- Tempo estimado
- Mais de uma semana
- Status de atividade
- Pouca atividade
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 20/100