フラミナル

考え方や調べたことを書き殴ります。IT技術系記事多め

GitHub

GitHub Pages でカスタムドメインを使った時にいつまでもHTTPSが使えない

プライベートリポジトリで GitHub Pages をプライベートで作った時にカスタムドメインを付与したらいつまでもHTTPSが有効になりませんでした。 公式ホームページを見ると public にしないといけないようなので以下を実施しました。 GitHub Pages サイトのカ…

gh コマンドでcould not determine base repo: GraphQL: Resource protected by organization SAML enforcement が出る

github enterprise に入った環境で、gh コマンドを実行するとこのようなエラーになることがあります。 ❯ gh pr view could not determine base repo: GraphQL: Resource protected by organization SAML enforcement. You must grant your OAuth token acces…

【新規ツール探し】ソフトウェアのアップデートを自動で!GitHubで使える「Renovate」

記事作成日:2022/12/15 情報 名前 URL Github https://github.com/renovatebot/renovate 公式サイト https://docs.renovatebot.com/ デモサイト 開発母体 MEND version 34.56.3 言語 TypeScript 価格 無料 ライセンス AGPL 情報 何ができるもの? 利用シー…

【新規ツール探し】GitHubでパッケージの脆弱性を調べてPRで教えてくれれる「dependabot」

記事作成日:2022/12/14 情報 名前 URL Github https://github.com/dependabot/dependabot-core 公式サイト https://docs.github.com/ja/code-security/dependabot デモサイト 開発母体 GitHub version 言語 Ruby 価格 無料(部分的に有料) ライセンス Prospe…

【新規ツール探し】GitHubのコンテナレジストリ「ghcr」を触ってみる

記事作成日:2022/12/10 情報 名前 URL Github - 公式サイト https://docs.github.com/ja/packages/learn-github-packages/introduction-to-github-packages デモサイト 開発母体 GitHub version - 言語 - 価格 https://docs.github.com/ja/billing/managing…

GitHub Pull Request で diff 結果が多すぎても表示させる

stackoverflow.com PR の末尾に .patch をつけるだけ https://github.com/JustinTulloss/zeromq.node/pull/47 だとしたら https://github.com/JustinTulloss/zeromq.node/pull/47.patch とする