From ff58db59eb793ed68e564d9924dde9b56c697fc8 Mon Sep 17 00:00:00 2001 From: px Date: Fri, 18 Jul 2025 13:39:50 -0700 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=80=20=F0=9F=9B=A0=EF=B8=8F=20chor?= =?UTF-8?q?e(workflow):=20simplify=20call-prune-releases=20workflow=20by?= =?UTF-8?q?=20removing=20push=20and=20pull=20request=20triggers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/call-prune-releases.yaml | 29 ++-------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/.github/workflows/call-prune-releases.yaml b/.github/workflows/call-prune-releases.yaml index d786854..5fb9d0c 100644 --- a/.github/workflows/call-prune-releases.yaml +++ b/.github/workflows/call-prune-releases.yaml @@ -1,33 +1,8 @@ on: workflow_dispatch: + release: + types: [published, created] - push: - branches: - - main - - stage - - 'feature/**' - - 'bugfix/**' - - 'fix/**' - - 'hotfix/**' - - 'release/**' - - 'dependabot/**' - - 'renovate/**' - - 'chore/**' - - 'test/**' - pull_request: - types: [labeled, synchronize, opened, reopened, ready_for_review] - branches: - - main - - stage - - 'feature/**' - - 'bugfix/**' - - 'fix/**' - - 'hotfix/**' - - 'release/**' - - 'dependabot/**' - - 'renovate/**' - - 'chore/**' - - 'test/**' permissions: contents: write jobs: From 6b5ba42377e6e822e1b6fddc93b46ed5056d40ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 18 Jul 2025 20:41:05 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A4=96=20chore(release):=201.3.1=20[s?= =?UTF-8?q?kip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.3.1](https://github.com/variablesoftware/github-workflows/compare/v1.3.0...v1.3.1) (2025-07-18) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6729f09..50c1c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.3.1](https://github.com/variablesoftware/github-workflows/compare/v1.3.0...v1.3.1) (2025-07-18) + # [1.3.0](https://github.com/variablesoftware/github-workflows/compare/v1.2.11...v1.3.0) (2025-07-18) diff --git a/package.json b/package.json index ec5706f..928d542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-workflows", - "version": "1.3.0", + "version": "1.3.1", "description": "Reusable GitHub Actions workflows for the organization.", "main": "README.md", "license": "MIT",