chore: update server file to add email address for khayal to authoriz… #48
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 PR from main to staging | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
create-pr-to-staging: | |
uses: ./.github/workflows/_pr-create.yml | |
secrets: inherit | |
with: | |
base: staging |