Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/get_context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
name: artifacts
path: |
artifacts
- name: Checkout user's forked repository for keeping workflow alive
uses: actions/checkout@v4
- name: Keep workflow alive
uses: gautamkrishnar/keepalive-workflow@v1
# Temporarily disable these while we figure out what to do.
# - name: Checkout user's forked repository for keeping workflow alive
# uses: actions/checkout@v4
# - name: Keep workflow alive
# uses: gautamkrishnar/keepalive-workflow@v1
2 changes: 1 addition & 1 deletion find_posts.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
logger = logging.getLogger("FediFetcher")
robotParser = urllib.robotparser.RobotFileParser()

VERSION = "7.1.15"
VERSION = "7.1.16"

argparser=argparse.ArgumentParser()

Expand Down