Skip to content

feat: send origin in landing requests to galaxy (#1046) #734

feat: send origin in landing requests to galaxy (#1046)

feat: send origin in landing requests to galaxy (#1046) #734

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
types: [opened, reopened, synchronize]
workflow_dispatch:
inputs:
version:
description: "Release version"
required: true
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
if: github.repository == 'galaxyproject/brc-analytics'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}