Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Add a new action: todo-to-issue, nice.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 19, 2020
1 parent e1a19b5 commit 6d015b4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .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 }}

0 comments on commit 6d015b4

Please sign in to comment.