Skip to content

Commit 8cfc9f5

Browse files
fix: update GitHub issues fetch URL to remove label filter
1 parent 5806ca2 commit 8cfc9f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/DocsArtifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Fetch GitHub issues into TODO list
5353
run: |
5454
curl -sf \
55-
"https://api.github.com/repos/leanprover-community/physlib/issues?labels=website-todo&state=open&per_page=100" \
55+
"https://api.github.com/repos/leanprover-community/physlib/issues?state=open&per_page=100" \
5656
-o /tmp/gh_issues.json || { echo "Failed to fetch GitHub issues, skipping."; exit 0; }
5757
python3 - /tmp/gh_issues.json docs/_data/TODO.yml << 'PYEOF'
5858
import json, sys, yaml

0 commit comments

Comments
 (0)