Change .yaml extension to .yml

This commit is contained in:
alstr
2020-03-10 08:41:33 +00:00
parent 0655c528f8
commit adb3b4cf33
2 changed files with 25 additions and 0 deletions

9
action.yml Normal file
View File

@@ -0,0 +1,9 @@
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"