> For the complete documentation index, see [llms.txt](https://iletai.gitbook.io/using-gemini-ai-with-improve-workload-github/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iletai.gitbook.io/using-gemini-ai-with-improve-workload-github/set-a-discussions-event-as-a-trigger.md).

# Set An Issues Event As A Trigger

```github-actions-workflow
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

<figure><img src="/files/QD9sO3RfNBE4elDwlcnh" alt=""><figcaption></figcaption></figure>
