Skip to content

Commit

Permalink
bump todo-to-issues to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
battis authored Dec 14, 2024
1 parent ffb2bf2 commit 0516aaf
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/todo.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: "todo"
on: ["push"]
name: 'TODO to Issue'
on: ['push']
jobs:
build:
runs-on: "ubuntu-latest"
runs-on: 'ubuntu-latest'
steps:
- uses: "actions/checkout@v3"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4"
- uses: 'actions/checkout@v4'
- name: 'TODO to Issue'
uses: 'alstr/todo-to-issue-action@v5'
with:
AUTO_ASSIGN: true
IDENTIFIERS: '[{"name": "TODO", "labels": []}, {"name": "FIXME", "labels": ["bug"]}]'
IGNORE: '[".*\/packages\/oauth2-example\/.*"]'

0 comments on commit 0516aaf

Please sign in to comment.