Skip to content

deserialize token options #58

deserialize token options

deserialize token options #58

Workflow file for this run

name: "todo"
on: ["push"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4"
with:
AUTO_ASSIGN: true
IDENTIFIERS: '[{"name": "TODO", "labels": []}, {"name": "FIXME", "labels": ["bug"]}]'
IGNORE: '[".*\/packages\/oauth2-example\/.*"]'