Skip to content

Commit

Permalink
feat: created todos GA
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustDG authored Dec 8, 2024
1 parent f10b1eb commit 93da5f9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/todos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Run TODO to Issue"
on:
push:
workflow_dispatch:
inputs:
MANUAL_COMMIT_REF:
description: "The SHA of the commit to get the diff for"
required: true
MANUAL_BASE_REF:
description: "By default, the commit entered above is compared to the one directly before it; to go back further, enter an earlier SHA here"
required: false
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v5"
with:
CLOSE_ISSUES: true
AUTO_ASSIGN: true

0 comments on commit 93da5f9

Please sign in to comment.