Updated installation section of docs. Cleaned up mkdocs extensions to… #191
This file contains 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: "Run TODO to Issue" | |
on: | |
pull_request: | |
types: | |
- closed | |
push: | |
branches: | |
- main | |
jobs: | |
if_merged: | |
if: github.event.pull_request.merged == true | |
runs-on: ubuntu-latest | |
steps: | |
- run: | | |
echo The PR was merged | |
todo-to-issue: | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: "actions/checkout@v3" | |
- name: "TODO to Issue" | |
uses: "alstr/todo-to-issue-action@v4" |