Check Out the Stream @ https://twitch.tv/talk2megooseman
Today was a fairly straight forward stream. Fix the bug with sprites being tilted after the !spin command completed, it just required a one-line change. Afterward, I took a look at why the Assign Issue to Project
action stopped working.
Annoyingly the maintainer of the repository decided to just delete the old project after they made a new one with better features. So that caused my action to break because it could no longer find it. Everyone, please don't do this. Just archive your repo and make a notice that your project is no longer maintained and link to the new one. Be a good OSS citizen. Here is a link to the new action https://github.com/takanabe/github-actions-automate-projects
After addressing that, I updated my action and used the new types field for event triggers so that the action is only run when an Issue is created and no other time. This is a nice new feature, it avoids the action running just to check IF it should continue to run. Saving previously allocated run minutes. You can see an example here https://github.com/talk2MeGooseman/twitch-interactive-overlay/blob/master/.github/workflows/assign-to-project.yml
Today Objective
- [x] What to call today's log
- [x] Such Doge Very wow Much coding
- [x] Review last streams TODOs
- [x] Slice of more from https://github.com/talk2MeGooseman/twitch-interactive-overlay/projects/1
- [x] Take in new ideas or do them!
- [x] Add ad voice to the Raid Alert audio queue
- [x] Add voice like action so shoutout command
Notes
- Fixing the tilt of the sprite was easy but also weird. It requires a one-line change, switches from using
setAngularAcceleration
tosetAngularVelocity
. - Github Actions added new items to triggers. You can filter based off
types
so action won't run at all unless it was a specific "type" for the event
Shoutouts and Thanks
- csharpfritz
- FOR THE RAID OF 97
- PakmanJR
- Resub for 20 months
- CreativeBuilds
- Resub!!!
- Thanks Lannonbr for the link to Github Action event docs: https://help.github.com/en/github/automating-your-workflow-with-github-actions/events-that-trigger-workflows#issues-event-issues
- MajorThorn
- Stream title suggestion: Such Doge Very wow Much coding
Future action items
- [ ] None
Top comments (0)