Skip to content

Commit

Permalink
Switch pull_request_target to workflow_dispatch
Browse files Browse the repository at this point in the history
Manually trigger preversion updates. Ideally this would be
pull_request_target, but not sure how to pass manual inputs to that
trigger.
  • Loading branch information
kaitj committed Oct 20, 2023
1 parent 57f8e41 commit 9d29e8d
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/workflow-version_task-semverGithub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,22 @@
# - main branch is protected
name: Bump version
on:
pull_request_target:
types: [closed]
workflow_call:
inputs:
comments:
description: Comments
required: false
type: string
project-metadata:
description: File containing project metadata (e.g. pyproject.toml)
required: false
default: pyproject.toml
type: string
pipeline-description:
description: Boolean flag to update pipeline_description.json
required: false
default: false
type: boolean
workflow_call:
inputs:
project-metadata:
Expand Down

0 comments on commit 9d29e8d

Please sign in to comment.