[Draft] Defined a workflow for automatically creating and assigning issues about blog post on a new version release. #4261
+85
−0
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.
What type of PR is this?
/kind feature
What this PR does / why we need it:
Creates a workflow that upon new version release generates an issue and assigns to a user from a defined list of user ids who will be responsible for blog post publishing.
Selection happens based on a round robin system.
The workflow also updates the yml file that has predefined list of users to keep a track of who was the last assignee.
This is proof of concept and still requires small changes on how to differentiate between Standard/Experimental and minor/patch version releases.
Tested on a dummy repo: bexxmodd/wcnt#15 and here's the successful run
Which issue(s) this PR fixes:
Fixes #4244
Does this PR introduce a user-facing change?: