https://github.com/automattic/vip-actions
A collection of GitHub Actions meant to be reused by multiple VIP projects.
https://github.com/automattic/vip-actions
vip
Last synced: 9 months ago
JSON representation
A collection of GitHub Actions meant to be reused by multiple VIP projects.
- Host: GitHub
- URL: https://github.com/automattic/vip-actions
- Owner: Automattic
- License: mit
- Created: 2022-06-15T00:01:52.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2024-09-26T13:45:22.000Z (about 1 year ago)
- Last Synced: 2025-01-30T01:11:14.733Z (9 months ago)
- Topics: vip
- Language: JavaScript
- Size: 3.07 MB
- Stars: 5
- Watchers: 7
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/README.md
- License: LICENSE
Awesome Lists containing this project
README
# VIP GitHub Actions
A collection of GitHub Actions meant to be reused by multiple VIP projects.
## Available actions
- **Changelog:** Retrieves changelog data from the last closed Pull Request and publishes a changelog post to a given endpoint. [More info](changelog/README.md)
- **Custom Deployment:** Deploy your WordPress VIP application through GitHub Actions and GitHub Releases. [More info](custom-deployment/README.md)
- **Dependaban:** Ban the use of dependencies that rely on pre- or post-install scripts. [More info](dependaban/README.md)
- **Dependabot auto-merge:** Automatically merges Dependabot PRs if tests pass. [More info](dependabot-auto-merge/README.md)
- **Node.js setup**: Reduces boilerplate in your action by performing Node.js setup and installing dependencies consistently. [More info](nodejs-setup/README.md)
- **npm publish:** Automate the validation, testion, and publishing steps for a new npm release. [More info](npm-publish/README.md)
- **Stalebot:** Automatically closes stale issues and pull requests. [More info](stale/README.md)