mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 15:22:59 +00:00
Initial commit
This commit is contained in:
17
.github/workflows/workflow.yaml
vendored
Normal file
17
.github/workflows/workflow.yaml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
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 }}
|
||||
HEAD: ${{ github.event.head }}
|
||||
BEFORE: ${{ github.event.before }}
|
||||
SHA: ${{ github.sha }}
|
||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
LABEL: "# TODO"
|
||||
id: "todo"
|
||||
Reference in New Issue
Block a user