Automatically mark pull requests and issues as stale with GitHub Actions
A guide on using GitHub Actions to automatically mark stale pull requests and issues in your open source repositories.
A guide on using GitHub Actions to automatically mark stale pull requests and issues in your open source repositories.
A developer explains his automated workflow using SQL, Datasette, and Observable to generate a Substack newsletter from his blog content.
How to automatically check internal links on a static site using Scrapy and GitHub Actions for continuous integration.
A guide on using GitHub Actions to automatically trigger a webhook on a daily schedule, with examples using curl and a dedicated action.
The article details setting up a Django SaaS signup flow, email templates, and configuring CI/CD with GitHub Actions and pre-commit.
A guide to setting up automated testing for Django projects using Pytest and GitHub Actions for continuous integration.
A tutorial on building and scheduling a Python web scraper to run automatically using GitHub Actions, including emailing results.
A technical guide on migrating a Jekyll static site's CI/CD pipeline from CircleCI to GitHub Actions, covering build and deployment steps.
Learn how to automatically run Python unit tests on every commit and pull request using GitHub Actions.
A guide to automating Hugo static site deployment to GitHub Pages using GitHub Actions, including SSH key setup and workflow configuration.
Learn how to automatically schedule and publish articles to the DEV community platform using GitHub Actions and a custom Python script.