From fa25304db18371c54be960c137a6217c7e5c05a6 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Wed, 8 Nov 2017 09:14:32 -0600 Subject: [PATCH] Rename validate-commit-msg --- _apps/{validate-commit-msg-bot.md => validate-commit-msg.md} | 3 ++- test/frontmatter.yml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) rename _apps/{validate-commit-msg-bot.md => validate-commit-msg.md} (95%) diff --git a/_apps/validate-commit-msg-bot.md b/_apps/validate-commit-msg.md similarity index 95% rename from _apps/validate-commit-msg-bot.md rename to _apps/validate-commit-msg.md index 9c66972..25140ed 100644 --- a/_apps/validate-commit-msg-bot.md +++ b/_apps/validate-commit-msg.md @@ -19,6 +19,7 @@ organizations: - nikolay - Robophil - lostintangent +redirect_from: /apps/validate-commit-msg-bot/ --- > validate-commit-msg aaS @@ -45,7 +46,7 @@ For best results, enable branch protection (in the repository's settings) and re ![branch-protection-screenshot][] -[apps]: https://github.com/apps/validate-commit-msg-bot +[apps]: https://github.com/apps/validate-commit-msg [status-check-screenshot]: https://raw.githubusercontent.com/tlvince/validate-commit-msg-bot/master/docs/status-check-screenshot.png [branch-protection-screenshot]: https://raw.githubusercontent.com/tlvince/validate-commit-msg-bot/master/docs/branch-protection-screenshot.png diff --git a/test/frontmatter.yml b/test/frontmatter.yml index 05c8cd5..c11c18e 100644 --- a/test/frontmatter.yml +++ b/test/frontmatter.yml @@ -49,3 +49,7 @@ fields: updated: type: String + + # Misc + redirect_from: + required: false