Update actions (#743)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2023-04-13 09:20:53 -04:00 committed by GitHub
parent 0641348656
commit 055e0b0766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 28 deletions

View File

@ -1,28 +0,0 @@
# Copyright 2020 The Knative Authors.
# SPDX-License-Identifier: Apache-2.0
# This file is automagically synced here from github.com/knative-sandbox/knobots
name: 'Release Notes'
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch'
required: true
default: 'main'
start-rev:
description: 'Start Tag (defaults to merge-base(branch, prev-branch))'
required: false
end-rev:
description: 'End Tag (defaults to HEAD of the target branch)'
required: false
jobs:
release-notes:
uses: knative/actions/.github/workflows/reusable-release-notes.yaml@main
with:
branch: ${{ github.event.inputs.branch }}
start-rev: ${{ github.event.inputs.start-rev }}
end-rev: ${{ github.event.inputs.end-rev }}