
Jerome Cody
shared a link post in group #(Cool) Dev
I've started experimenting with #Artificial Intelligence inside Github Actions and it feels like we're on to something interesting here... has anyone played with something like this at all?
Every day for the last few days I wake up to PRs in this one repo from Gemini, Claude, and GPT-4 with suggestions for new functionality, and then any time one of them is merged, all 3 of them try to expand on the merged example. (ex. merged an action for creating a row in Notion, got 3 new PRs for other specific things to do with the Notion API)
Working on expanding this concept so PRs show up in other places, like in our documentation repo any time a PR is merged in our main library, daily suggestion PRs for ways to improve our docs, etc...
#(Cool) Dev
https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows

docs.github.com
Events that trigger workflows - GitHub Docs
You can configure your workflows to run when specific activity on GitHub happens, at a scheduled time, or when an event outside of GitHub occurs.
