問題タブ [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.
authentication - GitHub 認証 - 組織のユーザーに限定するには?
https://developer.github.com/v3/guides/basics-of-authentication/ごとに、webapp の認証用に GitHub アプリをセットアップしています。組織のメンバーのみが認証できるように GitHub アプリをセットアップするにはどうすればよいですか?
ありがとう
azure - Github から Azure-Pipelines を完全に削除する方法
リポジトリから Azure Pipelines を github アプリとして追加しました。
どういうわけか、多くの PR ジョブがまだ Azure パイプラインの完了を待っています (すべてではなく、マスターするジョブのみです)。
私は次のことをしました:
- マスターから Azure-pipeline.yml を削除します
- Github-Marketplace で Azure サブスクリプションをキャンセルしました
- azure-organization からリポジトリを削除しました
それでも、Master への PR が AzureJobs の完了を待っているように見えます。
マーケットプレイスで、Azure へのサブスクリプションがないことがわかりました。
リポジトリで Azure への参照が 1 つも見つかりません (設定 -> 統合とサービスなど)。