forked from KTH/devops-course
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Course Automation: Validate video length (KTH#980)
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Course automation: Check length of youtube video | ||
|
||
## Members | ||
|
||
Andreas Henriksson (anhenri@kth.se) | ||
GitHub: [heeenkie](https://github.com/heeenkie) | ||
|
||
## Proposal | ||
|
||
I would like to check the length of the demo video so that it fulfills the requested length. | ||
|
||
|
||
For this, I will do a Github action on pushes that concernes the demo folder. | ||
Extract the url to the youtube video | ||
Check the length of the video and if it is between 3 and 5 minutes | ||
Update PR status |