Skip to content

Commit

Permalink
Adding .github/workflows/neon-preview-branches-for-pull-requests-prou…
Browse files Browse the repository at this point in the history
…d-salad-35321605.yml file by Neon Github app
  • Loading branch information
neon-postgres[bot] authored Jun 17, 2024
1 parent eb6395b commit 5298c8f
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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: "proud-salad-35321605"
api_url: "https://console.neon.tech/api/v2"
secrets:
NEON_API_KEY: ${{ secrets.NEON_API_KEY }}

0 comments on commit 5298c8f

Please sign in to comment.