Create/Delete/Reset Branch for Pull Request Workflow #1
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/Delete/Reset Branch for Pull Request Workflow | |
run-name: Create/Delete/Reset Branch for Pull Request Workflow | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
- closed | |
- labeled | |
jobs: | |
neon_branch_management: | |
name: Create/Delete/Reset Branch for Pull Request Job | |
uses: neondatabase/reusable-workflows/.github/workflows/neon-preview-branches-for-pull-requests.yml@main | |
with: | |
project_id: "square-butterfly-97531008" | |
api_url: "https://console.neon.tech/api/v2" | |
secrets: | |
NEON_API_KEY: ${{ secrets.NEON_API_KEY }} |