Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blog posts & author information checking to CI for automation #173

Open
huan opened this issue May 29, 2020 · 0 comments
Open

Add blog posts & author information checking to CI for automation #173

huan opened this issue May 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@huan
Copy link
Member

huan commented May 29, 2020

We are always experiencing the following problems when a new blog post PR was created:

  1. leak of author information
    1. put wrong GitHub username in the post
    2. no username entry in authors.yaml
    3. etc...
  2. broken YAML format (this will break the GitHub Pages build, e.g. YAML syntax error on line 294 column 3 in <unknown> #141 )
  3. no teaser image
  4. to be added.

We should write a script and guard all of the above problems in our CI system, so we will find them easy and solve them in the PR before they merged.

@huan huan added the enhancement New feature or request label May 29, 2020
@huan huan pinned this issue Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant