mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 15:22:59 +00:00
Remove duplicate files
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user