feat: implements the Firebase configuration in the project #6
This file contains 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: Create Prod Release | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
auto-pull-request: | |
name: CreatePullRequest | |
runs-on: ubuntu-latest | |
steps: | |
- name: pull-request-action | |
uses: vsoch/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
PULL_REQUEST_BRANCH: "main" | |
PULL_REQUEST_TITLE: Production Release | |
PULL_REQUEST_BODY: | | |
# Production Release | |
## Changelog | |
<!--- Please add the list of changes here --> | |
<!--- Please tag responsible the users with @ --> | |
- < PR Number > @< username > |