Skip to content

feat: implements the Firebase configuration in the project #6

feat: implements the Firebase configuration in the project

feat: implements the Firebase configuration in the project #6

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 >