Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.
/ issue-creator Public archive

Open Issues to follow updates of original text in kubernetes/website

License

Notifications You must be signed in to change notification settings

oke-py/issue-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install

go install .

Sample

cd path/to/kubernetes/website
git remote add upstream https://github.com/kubernetes/website.git

export ISSUE_CREATOR_TOKEN=xxxxxxxx
export IC_OLD_REVISION=upstream/release-1.17
export IC_NEW_REVISION=fb6364d
export IC_FILEPATH=docs/concepts/workloads/pods/pod-lifecycle.md

git diff $IC_OLD_REVISION $IC_NEW_REVISION -- content/en/$IC_FILEPATH | issue-creator
https://github.com/kubernetes/website/issues/new?title=...&body=...

About

Open Issues to follow updates of original text in kubernetes/website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages