Skip to content

Commit de2662a

Browse files
Add todo workflow
1 parent 56a1c07 commit de2662a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/scripts/update_posts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
Update README.md with the latest posts from passo.uno RSS feed and GitHub activity.
44
"""
5-
5+
# TODO: Add videos, podcasts, etc
66
import feedparser
77
import re
88
import requests

.github/workflows/todo.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: "Run TODO to Issue"
2+
on: [push, pull_request]
3+
jobs:
4+
build:
5+
runs-on: "ubuntu-latest"
6+
steps:
7+
- uses: "actions/checkout@v3"
8+
- name: "TODO to Issue"
9+
uses: "alstr/todo-to-issue-action@v4"

0 commit comments

Comments
 (0)