Skip to content

Latest stack overflow activity #10968

Latest stack overflow activity

Latest stack overflow activity #10968

name: Latest stack overflow activity
on:
schedule:
# Runs every 59 minutes
- cron: '*/59 * * * *'
workflow_dispatch:
permissions:
contents: write
jobs:
update-readme-with-stack-overflow:
name: Update this repo's README with latest activity from StackOverflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gautamkrishnar/blog-post-workflow@v1
with:
comment_tag_name: "STACKOVERFLOW"
commit_message: "Updated readme with the latest stackOverflow data"
feed_list: "https://stackoverflow.com/feeds/user/4751726"
max_post_count: 5