From ff6615ec7ed8ca1b61fedeeb5c542b9357642095 Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:54:01 -0400 Subject: [PATCH] ci: add release-please action Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- .github/workflows/release-please.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/release-please.yml diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml new file mode 100644 index 00000000..e85ea120 --- /dev/null +++ b/.github/workflows/release-please.yml @@ -0,0 +1,15 @@ +name: Release Please + +on: + workflow_dispatch: + push: + branches: [ "main" ] + +permissions: + contents: write + pull-requests: write + +jobs: + call: + uses: opiproject/opi-smbios-bridge/.github/workflows/release-please.yml@main + secrets: inherit