docs: Updated readme file and add contributing and release file (#603) #281
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Dependabot Branch Rebase" | |
| on: | |
| push: | |
| branches: | |
| - development | |
| workflow_dispatch: | |
| jobs: | |
| rebase-branch: | |
| name: "Rebase Development onto Dependabot Branch" | |
| uses: mParticle/mparticle-workflows/.github/workflows/dependabot-rebase-development.yml@main | |
| secrets: inherit |