More Automation
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
Research direction
Start with the Bash snippets and the linked GitHub REST API endpoints for creating a Pages site and updating repository metadata. Done means the automation successfully enables Pages from the gh-pages branch and sets the repository homepage for this project.
Written by the indexing model from the issue text.
Description
Can we turn on GitHub Pages automatically? No
- https://docs.github.com/en/rest/reference/repos#create-a-github-pages-site
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
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}"'" }'
- Dominant language
- Shell
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from BeyondCodeBootcamp/bliss-template
-
Difficulty 1/5 Under an hour Newbie friendliness 68/100
BeyondCodeBootcamp/bliss-template#3 · 1 comment ·
-
Difficulty 1/5 Under an hour Newbie friendliness 55/100
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 48/100
All issues in BeyondCodeBootcamp/bliss-template
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
danielmiessler/LifeOS#2218 ·
-
docs(agents): strengthen the no-backslash-escaped-backticks rule with an issue-creation example Open
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
package-update
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
oSoWoSo/vOid_Community_repOsitory#148 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
chore
Difficulty 1/5 Under an hour Newbie friendliness 91/100
alunduil/alunduil-chezmoi#792 ·