Skip to content

Merge pull request #85 from ucudal/task/improve-project-timeline #118

Merge pull request #85 from ucudal/task/improve-project-timeline

Merge pull request #85 from ucudal/task/improve-project-timeline #118

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"
- name: "Find '—' and Replace with '‑'"
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "—"
replace: "‑"
include: "**.md"
regex: false