mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
Remove duplicate files
This commit is contained in:
parent
e16c694219
commit
d0ec54a58e
16
.github/workflows/workflow.yaml
vendored
16
.github/workflows/workflow.yaml
vendored
@ -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"
|
|
||||||
@ -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"
|
|
||||||
Loading…
Reference in New Issue
Block a user