We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a1c07 commit de2662aCopy full SHA for de2662a
.github/scripts/update_posts.py
@@ -2,7 +2,7 @@
2
"""
3
Update README.md with the latest posts from passo.uno RSS feed and GitHub activity.
4
5
-
+# TODO: Add videos, podcasts, etc
6
import feedparser
7
import re
8
import requests
.github/workflows/todo.yml
@@ -0,0 +1,9 @@
1
+name: "Run TODO to Issue"
+on: [push, pull_request]
+jobs:
+ build:
+ runs-on: "ubuntu-latest"
+ steps:
+ - uses: "actions/checkout@v3"
+ - name: "TODO to Issue"
9
+ uses: "alstr/todo-to-issue-action@v4"
0 commit comments