diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml new file mode 100644 index 0000000..3e6e417 --- /dev/null +++ b/.github/workflows/todo.yml @@ -0,0 +1,20 @@ +--- +# +# 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 }}