Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

** {{ title }} ** #1

Open
github-actions bot opened this issue Jan 29, 2025 · 0 comments
Open

** {{ title }} ** #1

github-actions bot opened this issue Jan 29, 2025 · 0 comments
Labels

Comments

@github-actions
Copy link

📝 Todo : ** ** {{ title }} ** **

Description:

Code Snippet:

name: "Run TODO to Issue"
on:
  push:
    branches:
      - core
    paths-ignore:
      - ".github/workflows/workflow-todo.yml" # Exclude this specific workflow file
jobs:
  build:
    runs-on: "ubuntu-latest"
    steps:
      - uses: "actions/checkout@v4"
      - name: "TODO to Issue"
        uses: "alstr/todo-to-issue-action@v5"
        with:
          PROJECT: "organization/InfiniLore/InfiniLore"
          PROJECTS_SECRET: "${{ secrets.PROJECTS_SECRET }}"
          ISSUE_TEMPLATE: |
            ### 📝 Todo : ** {{ title }} **
            **Description:**  
            {{ body }}

            **Code Snippet:**
            {{ snippet }}

            **File:**  
            {{ url }}

          IDENTIFIERS: '[{"name": "TODO", "labels": ["todo"]}]'
          CLOSE_ISSUES: "true"

File:

@github-actions github-actions bot added the todo label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants