Skip to content

Automate Issues

Automate Issues #32

Workflow file for this run

name: Automate Issues
on:
issues:
types: [opened]
jobs:
automated-issue:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Code
uses: actions/checkout@v5
# SetUp python
- name: Issue Automation
uses: Dtar380/AutomaticIssue@v1.0.2
with:
token: ${{ secrets.GH_API_TOKEN }}
repo: ${{ github.repository }}