Skip to content

Merge pull request #55 from LovelaceAcademy/dependabot/github_actions… #40

Merge pull request #55 from LovelaceAcademy/dependabot/github_actions…

Merge pull request #55 from LovelaceAcademy/dependabot/github_actions… #40

Workflow file for this run

name: "Run TODO to Issue"
on:
push:
branches:
- main
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4"
with:
IDENTIFIERS: '[{"name": "TODO", "labels": ["help wanted"]}, {"name": "FIXME", "labels": ["bug"]}]'