This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
Archiving role. Low usage, low value or difficult to maintain. #105
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
--- | |
# | |
# Ansible managed | |
# | |
name: "TODO 2 Issue" | |
on: | |
push: | |
jobs: | |
build: | |
runs-on: "ubuntu-20.04" | |
steps: | |
- uses: "actions/checkout@master" | |
- name: "TODO to Issue" | |
uses: "alstr/todo-to-issue-action@v2.3" | |
id: "todo" | |
with: | |
TOKEN: ${{ secrets.GITHUB_TOKEN }} |