Remove duplicate files

This commit is contained in:
alstr 2020-03-20 14:02:22 +00:00
parent e16c694219
commit d0ec54a58e
2 changed files with 0 additions and 25 deletions

View File

@ -1,16 +0,0 @@
name: "Workflow"
on: ["push"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@master"
with:
REPO: ${{ github.repository }}
BEFORE: ${{ github.event.before }}
SHA: ${{ github.sha }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
LABEL: "# TODO"
id: "todo"

View File

@ -1,9 +0,0 @@
name: "TODO to Issue"
description: "Converts IDE TODO comments to GitHub issues"
author: "Alastair Mooney"
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: "check-square"
color: "orange"