chore: synced local '.github/ISSUE_TEMPLATE/' with remote '.github/IS… #15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # naming of workflow not adapted to avoid duplicates from renamed workflow in synced repositories | |
| name: 'Issue - Add TODO to issue' | |
| on: | |
| push: | |
| branches: | |
| - '*' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Code | |
| uses: actions/checkout@v4 | |
| - name: TODO to Issue | |
| uses: alstr/todo-to-issue-action@v4 | |
| with: | |
| AUTO_ASSIGN: true |