Add workflow to auto-assign technical-blog-reviewers#514
Open
madolson wants to merge 8 commits intovalkey-io:mainfrom
Open
Add workflow to auto-assign technical-blog-reviewers#514madolson wants to merge 8 commits intovalkey-io:mainfrom
madolson wants to merge 8 commits intovalkey-io:mainfrom
Conversation
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
99422c8 to
bdf7258
Compare
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
bdf7258 to
6cd0868
Compare
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a GitHub Actions workflow that automatically requests review from
@valkey-io/technical-blog-reviewerswhen a PR adds a new blog post withblog_typeof "Technical Deep Dive" or "Announcements".This also updates code owners a bit. Removes some files that don't need Madelyn/Kyle's review while keeping kyle assigned to templates. All content get's content creators added (we can change the name, but that was the historical group that does blogs/events)
How it works:
pull_request_target(opened/synchronize) when files undercontent/blog/**change.mdfiles (ignores modifications to existing posts)blog_typetechnical-blog-reviewersonly if a matching type is foundDesign decisions:
pull_request_targetso it works for PRs from forks (most external contributors)pull_request_target)blog_typeformat is consistent across all 44 existing blog postsblog_typeand API errorsCheck List
--signoffBy submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.