BeyondCodeBootcamp / BeyondCodeBootcamp/bliss-template

More Automation

オープン
#2 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Shell
スター
8
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

Can we turn on GitHub Pages automatically? **No**
- https://docs.github.com/en/rest/reference/repos#create-a-github-pages-site
```bash
curl -s -X POST https://api.github.com/repos/"${GH_OWNER}/${GIT_REPO}"/pages \
${my_basic_header} \
-H "Accept: application/vnd.github.switcheroo-preview+json" \
-d '{"source":{"branch":"gh-pages","path":""}}'
```

Can we update the About > Homepage? **No**
- https://docs.github.com/en/rest/reference/repos#update-a-repository
```bash
curl -s -X PATCH https://api.github.com/repos/"${GH_OWNER}/${GIT_REPO}" \
"${my_basic_header}" \
-H "Accept: application/vnd.github.v3+json" \
-H "Content-Type: application/json" \
-d '{ "homepage": "https://'"${GH_OWNER}"'.github.io/'"${GIT_REPO}"'" }'
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Bash スニペットと、Pages サイトの作成およびリポジトリのメタデータ更新に使用するリンク先の GitHub REST API エンドポイントから始めます。自動化によって gh-pages ブランチから Pages が正常に有効化され、このプロジェクトのリポジトリのホームページが設定されれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
github, shell
領域
devops
issue の種類
機能追加
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。