title_parser 0.1.2

Library for parsing SRT and VTT title cues
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Create Issues from TODOs
on:
  push:
    branches: [ main ]
  workflow_dispatch:

jobs:
  generate_issues:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      
      - name: TODO to Issue
        uses: internet-diglett/todo-to-issue-action@temp