From 055e0b076609fc6cdcce1b920d68d7aabd059579 Mon Sep 17 00:00:00 2001 From: knative-automation Date: Thu, 13 Apr 2023 09:20:53 -0400 Subject: [PATCH] Update actions (#743) Signed-off-by: Knative Automation --- .github/workflows/knative-release-notes.yaml | 28 -------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/knative-release-notes.yaml diff --git a/.github/workflows/knative-release-notes.yaml b/.github/workflows/knative-release-notes.yaml deleted file mode 100644 index 1e63da78..00000000 --- a/.github/workflows/knative-release-notes.yaml +++ /dev/null @@ -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 }}