Skip to content

ci: add CI to lint the codebase. (#78) #135

ci: add CI to lint the codebase. (#78)

ci: add CI to lint the codebase. (#78) #135

Workflow file for this run

name: ☑️ Create issues from TODOs
on:
workflow_dispatch:
inputs:
importAll:
default: 'false'
required: false
type: boolean
description: Enable, if you want to import all TODOs. Runs on checked out branch! Only use if you're sure what you are doing.
push:
branches:
- main
permissions:
issues: write
repository-projects: read
contents: read
jobs:
todos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Issue Bot
uses: derjuulsn/todo-issue@main
with:
autoAssign: false
blobLinesBefore: 2
label: code:todo
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}