Skip to content

Add "View Prompt Examples" button on landing page #65

Add "View Prompt Examples" button on landing page

Add "View Prompt Examples" button on landing page #65

Workflow file for this run

name: Release Drafter
on:
pull_request:
types:
- closed
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
if: github.event.pull_request.merged == true && github.event.pull_request.head.ref != 'new-release'
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}