Commit Graph

14 Commits

Author SHA1 Message Date
Ivan Valdes 5ab5d8d830
markdownlint: force gawk to run for awk match instructions
By default node's base image uses mawk which doesn't work with the match
syntax.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-08-26 15:08:50 -07:00
Ivan Valdes 954cf313a3
Add Markdown diff linter
Add Makefile target, and scripts to lint only the modified Markdown
files, failing only if the violation is within the changed lines.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-08-08 11:20:09 -07:00
Ivan Valdes 8001a25d13
github/workflows: mention website maintainers in commit
Do a mention in the automated commit, so it sends a notification to the
website maintainers. So, they can open a pull request with this commit.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-07-19 15:01:19 -07:00
Ivan Valdes ba7f5a6224
github/workflows: don't impersonate last author
Make the commit using the github-actions[bot] user, rather than the last
actor.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-07-19 15:01:12 -07:00
Ivan Valdes 58ca58da8b
github/workflows: standardize env var references
Use the curly braces syntax for all environment variable references.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-07-19 15:01:05 -07:00
Ivan Valdes 099f8fd078
github/workflows: only create pull request if env var is set
Due to security limitations in the Kubernetes organization, we can't
automate creating the pull request. Leave it as an optional step, only
if the CREATE_PULL_REQUEST environment variable is set.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-07-19 14:36:30 -07:00
Ivan Valdes 5d78a53fad
github/workflows: introduce action to update version tag
Add a nightly job that gets the latest released etcd version for
supported branches (v3.4, v3.5) and create a commit and a pull request
to keep it up to date.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-05-30 16:04:41 -07:00
lucperkins 20649172e2 Remove load docs script
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-15 16:19:06 -07:00
lucperkins 4d18e5322b Remove errant script step
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-04 12:45:04 -07:00
lucperkins 1995d390d9 Add set -e to script
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-04 12:42:53 -07:00
lucperkins a8baef47b0 Add set -x to loading script
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-04 12:30:46 -07:00
lucperkins 52d0d9f6bb More updates to loading script
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-04 12:28:46 -07:00
lucperkins 4bcaf734bb Remove existing docs folder and add git checkout step to docs script
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-04 12:14:36 -07:00
lucperkins 48ca0001e2 Add script for loading docs from etcd repo
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-03-15 15:26:56 -07:00