https://github.com/mparticle/mparticle-workflows
https://github.com/mparticle/mparticle-workflows
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mparticle/mparticle-workflows
- Owner: mParticle
- Created: 2021-10-21T16:45:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T04:36:38.000Z (11 months ago)
- Last Synced: 2025-06-26T05:26:54.139Z (11 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 3
- Watchers: 4
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## mparticle-workflows
Hello! This is a public repository for mParticle's reusable GitHub workflows that we share across our SDKs and Kits for our CI builds.
More info on GitHub reusable workflows: https://github.blog/changelog/2021-10-05-github-actions-dry-your-github-actions-configuration-by-reusing-workflows/
#### Usage
In a child repository, you can reference the shared reusable workflow like this:
```yaml
job-name:
name: "Check PR for correct target branch"
uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-target-gitflow.yml@stable
```
#### 1) Please bump up the stable git tag when appropiate. We use alpha/beta tags for testing.
#### 2) New yml/yaml workflow files need to be created in .github/workflows folder in order to function.