ci(todo): bump todo action version from v4.2 to v5 #128
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Convert TODOs to issues" | |
on: ["push"] | |
jobs: | |
build: | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: actions/checkout@v3 | |
- name: TODO to Issue | |
uses: alstr/todo-to-issue-action@v5 | |
id: todo |