Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
arinadi
/
HeadlineBot
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: arinadi/HeadlineBot
Actions
All workflows
Workflows
Python CI
Python CI
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
87 workflow runs
87 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
fix: add retry with exponential backoff for Whisper model downloads
Python CI
#87:
Commit
387b503
pushed by
arinadi
12s
main
main
12s
View workflow file
fix: inline detect_platform in runner.py to remove headlinebot import…
Python CI
#86:
Commit
b8019bc
pushed by
arinadi
13s
main
main
13s
View workflow file
fix: correct import ordering for ruff isort (I001)
Python CI
#85:
Commit
0d84305
pushed by
arinadi
13s
main
main
13s
View workflow file
fix: restore INFISICAL_API constant, remove duplicate detect_platform…
Python CI
#84:
Commit
e105b51
pushed by
arinadi
11s
main
main
11s
View workflow file
fix: ruff lint — import ordering, missing newline, stale import paths
Python CI
#83:
Commit
6542d3e
pushed by
arinadi
10s
main
main
10s
View workflow file
docs: update README for package restructure, add Colab/Kaggle titles,…
Python CI
#82:
Commit
1d26c83
pushed by
arinadi
10s
main
main
10s
View workflow file
refactor: restructure into headlinebot/ package + remove dead code
Python CI
#81:
Commit
71314fe
pushed by
arinadi
11s
main
main
11s
View workflow file
chore: remove deprecated HF_HUB_ENABLE_HF_TRANSFER + unused hf-transf…
Python CI
#80:
Commit
cd775d7
pushed by
arinadi
45s
main
main
45s
View workflow file
fix: hardcode model files list + direct HF URL (no huggingface_hub API)
Python CI
#79:
Commit
0d6ce2c
pushed by
arinadi
40s
main
main
40s
View workflow file
fix: bypass Xet entirely - download model.bin via raw HTTP requests
Python CI
#78:
Commit
c6a24f5
pushed by
arinadi
41s
main
main
41s
View workflow file
fix: install hf-transfer + force enable to bypass Xet on Colab
Python CI
#77:
Commit
314bb34
pushed by
arinadi
44s
main
main
44s
View workflow file
fix: enable hf_transfer at module level BEFORE any HF import (Xet han…
Python CI
#76:
Commit
4ab790f
pushed by
arinadi
41s
main
main
41s
View workflow file
fix: cleanup stale HF cache locks before download (prevents silent hang)
Python CI
#75:
Commit
238ba04
pushed by
arinadi
46s
main
main
46s
View workflow file
fix: disable Xet Storage download (hangs on large model.bin)
Python CI
#74:
Commit
2f2e20e
pushed by
arinadi
40s
main
main
40s
View workflow file
fix: DEBUG logging for all HTTP layers + HF_HUB_DOWNLOAD_TIMEOUT=30
Python CI
#73:
Commit
ac64845
pushed by
arinadi
45s
main
main
45s
View workflow file
fix: remove Xet, add HF pre-flight connectivity check before download
Python CI
#72:
Commit
1d2781f
pushed by
arinadi
37s
main
main
37s
View workflow file
feat: HF download logging + 10min timeout + token status visibility
Python CI
#71:
Commit
8c25b61
pushed by
arinadi
38s
main
main
38s
View workflow file
fix: use HF_XET_HIGH_PERFORMANCE (HF_HUB_ENABLE_HF_TRANSFER deprecated)
Python CI
#70:
Commit
2029e94
pushed by
arinadi
41s
main
main
41s
View workflow file
fix: faster HF download + idle monitor ignores model loading phase
Python CI
#69:
Commit
86edf15
pushed by
arinadi
41s
main
main
41s
View workflow file
fix: fallback to Gemini when Whisper download blocked on Colab
Python CI
#68:
Commit
1618566
pushed by
arinadi
51s
main
main
51s
View workflow file
fix: set HF_ENDPOINT in main.py as fallback for direct launch
Python CI
#67:
Commit
8142a6b
pushed by
arinadi
36s
main
main
36s
View workflow file
feat: set HF_ENDPOINT to hf-mirror.com for faster-whisper downloads
Python CI
#66:
Commit
fe2f553
pushed by
arinadi
43s
main
main
43s
View workflow file
fix: userdata.get() takes 1 arg, use or-default pattern in README
Python CI
#65:
Commit
d59b877
pushed by
arinadi
45s
main
main
45s
View workflow file
refactor: switch from infisicalsdk to REST API (requests)
Python CI
#64:
Commit
20326fc
pushed by
arinadi
43s
main
main
43s
View workflow file
fix: use camelCase attributes (secretKey, secretValue) per Infisical SDK
Python CI
#63:
Commit
21b06e2
pushed by
arinadi
51s
main
main
51s
View workflow file
Previous
1
2
3
4
Next
You can’t perform that action at this time.