Skip to content

ci: Upgrade todo-to-issue-action #431

ci: Upgrade todo-to-issue-action

ci: Upgrade todo-to-issue-action #431

Workflow file for this run

name: Main branch build
on:
push:
branches: [ master ]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
uses: ./.github/workflows/build.yml
with:
runs-on: ${{ matrix.os }}
todo-to-issue:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: TODO to Issue
uses: alstr/todo-to-issue-action@v5
with:
IDENTIFIERS: |
[{"name": "TODO", "labels": [ "todo" ]}]