Using Gemini AI with improve workload Github
About MeMore Repository
  • What is Gemini?
  • Introduction
  • About of this article written by Gemini-pro and Github Actions
  • About Github Actions
  • Prepare Environment
  • Implement Scripts To Interact With Gemini
  • Set An Issues Event As A Trigger
  • Tried It On Github
  • Summary
Powered by GitBook
On this page

Was this helpful?

Set An Issues Event As A Trigger

With custom scripts below, we need put it on events trigger of Github Action Workflow. With this demo, we will put in on issues type when issues was raise and had any update.

PreviousImplement Scripts To Interact With GeminiNextTried It On Github

Last updated 1 year ago

Was this helpful?

name: Using Gemini Action In WorkFlows.

on:
  issues:
    types: [opened, edited]

So when issues was created by anyone, Github CICD will be trigger as defined