Skip to content

Commit

Permalink
start creating PyPI checker
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Jan 30, 2024
1 parent 67ac41c commit a5c1abc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/updater.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Packages Update Check

on:
schedule:
# Run at UTC 00:00 Mon-Fri
- cron: '0 0 * * 1-5'

jobs:
check-PyPI:
name: Check for package updates on PyPI and create issue
runs-on: ubuntu-latest
permissions:
issues: write

0 comments on commit a5c1abc

Please sign in to comment.