Skip to content

Commit

Permalink
add base input to create-pr action (#16250)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jan 31, 2024
1 parent 0e5ae8d commit a2b447e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
repository: babel/website
branch: update-types-docs
base: main
title: Update Babel types docs
description: Updated `@babel/types` docs for [Babel ${{ needs.github-release.outputs.version }}](https://github.com/babel/babel/releases/tag/${{ needs.github-release.outputs.version }}).
labels: |
Expand Down

0 comments on commit a2b447e

Please sign in to comment.