widgettdc-api / .github /workflows /agent-backlog-manager.yml.disabled
Kraft102's picture
fix: sql.js Docker/Alpine compatibility layer for PatternMemory and FailureMemory
5a81b95
name: "Agent: Backlog Manager"
on:
push:
branches:
- main
- develop
permissions:
issues: write
contents: read
jobs:
todo-to-issue:
name: "Convert TODOs to Issues"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Scan for TODOs"
uses: alstr/todo-to-issue-action@v4
with:
INSERT_ISSUE_URLS: "true"
CLOSE_ISSUES: "true"
AUTO_ASSIGN: "true"