問題タブ [github-app]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
github-app - Probot check-js プルリクエスト
nodeJS (ProBot) を使用して github 用のコード レビュー アプリを構築しています
関連ファイルを取得してテストを実行するために作成された check_suite から pull_request データを取得しようとしていますが、context.payload.pull_request は空です。
イベントpull_request.createdも聞いてみましたが、必要なデータはありますが、context.github.checks.update()/context.github.checks.create()はチェックのステータスを更新しません。 in_progress は永遠に続きます。
ここに私のコードがあります:
}
// アプリの構築に関する詳細情報: // https://probot.github.io/docs/
// GitHub に対してアプリを実行するには、次を参照してください: // https://probot.github.io/docs/development/ }