mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Change .yaml extension to .yml
This commit is contained in:
parent
0655c528f8
commit
adb3b4cf33
16
.github/workflows/workflow.yml
vendored
Normal file
16
.github/workflows/workflow.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
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"
|
||||||
9
action.yml
Normal file
9
action.yml
Normal 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"
|
||||||
Loading…
Reference in New Issue
Block a user