https://github.com/apify/actions
Apify's custom GitHub Actions for internal use
https://github.com/apify/actions
Last synced: 14 days ago
JSON representation
Apify's custom GitHub Actions for internal use
- Host: GitHub
- URL: https://github.com/apify/actions
- Owner: apify
- Created: 2026-05-14T10:10:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-07-01T09:02:51.000Z (about 1 month ago)
- Last Synced: 2026-07-01T10:28:13.975Z (about 1 month ago)
- Language: TypeScript
- Size: 136 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Apify GitHub Actions
This repository contains reusable GitHub Actions used in internal Apify projects.
## How to release new version
1. Create a PR. **IMPORTANT: Avoid using the `chore:` prefix, as it doesn't work with RELEASE-PLEASE. Use `feat:` or `fix:` instead.**
2. Merge PR into the main branch after approval. This triggers an automated workflow that generates a new PR for the release using the RELEASE-PLEASE action.
3. Navigate to the PR and merge it into the main branch. This will publish the release with an updated changelog.