Skip to content

Create and merge PR for latest Vocabulary and Collections #19

Create and merge PR for latest Vocabulary and Collections

Create and merge PR for latest Vocabulary and Collections #19

name: Create and merge PR for latest Vocabulary and Collections
on:
workflow_dispatch:
inputs:
publisher:
description: 'Author of this release'
required: false
type: string
timestamp:
description: 'Date of this release'
required: false
type: string
jobs:
create-and-merge-pr:
uses: openactive/skos-vocabulary-workflows/.github/workflows/create-and-merge-pr.yaml@version-file
with:
publisher: ${{ github.event.inputs.publisher }}
timestamp: ${{ github.event.inputs.timestamp }}
secrets:
PUBLIC_REPO_ACCESS_TOKEN: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}