github / github/CopilotForXcode
L
- 主要語言
- Swift
- 星號
- 6.3k
- 分支
- 2k
- 平均合併
- 2 分鐘
- 30 天內合併 PR
- 2
描述
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
貢獻指南
研究方向
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.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- github-actions
- 領域
- ci-cd
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 冷清
- 描述清晰度
- 需要釐清
- 新手友好度
- 20/100