Skip to content

Refactor: GitHub actions redesign (#95) #95

Refactor: GitHub actions redesign (#95)

Refactor: GitHub actions redesign (#95) #95

Workflow file for this run

name: Run TODO to Issue
on:
push:
branches:
- core
paths-ignore:
- .github/workflows/workflow-todo.yml
jobs:
todo-to-issue:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: TODO to Issue
uses: alstr/todo-to-issue-action@v5
with:
PROJECT: organization/InfiniLore/1
PROJECTS_SECRET: ${{ secrets.PROJECTS_SECRET }}
ISSUE_TEMPLATE: |
### 📝 Todo : ** {{ title }} **
**Description:**
{{ body }}
**Code Snippet:**
{{ snippet }}
**File:**
{{ url }}
IDENTIFIERS: '[{"name": "TODO", "labels": ["todo"]}]'
CLOSE_ISSUES: "true"