Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 16, 2024
1 parent dbb6e7b commit 06a9025
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- commits:
- subject: Remove timeout input and use workflow step timeout-minutes directive
hash: 0d49d255eac16f6c41976cb23ccceaf2bf6db17d
body: |
The actions workflow syntax already includes an option
to set a timeout on a specific step, so we can remove the input to
simplify the action.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
version: 0.0.8
title: ""
date: 2024-10-16T14:43:27.818Z
- commits:
- subject: Allow custom actions on pull_request_trigger
hash: ee2e2732675ae77572be6683001b4906852d6949
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.0.8 - 2024-10-16

* Remove timeout input and use workflow step timeout-minutes directive [Kyle Harding]

## 0.0.7 - 2024-10-15

* Allow custom actions on pull_request_trigger [Kyle Harding]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "approved-commit-action",
"description": "Wait for approval from a repository maintainer on a commit comment",
"version": "0.0.7",
"version": "0.0.8",
"author": "",
"private": true,
"homepage": "https://github.com/product-os/review-commit-action#readme",
Expand Down Expand Up @@ -84,6 +84,6 @@
"prettier": "^3.3.3"
},
"versionist": {
"publishedAt": "2024-10-15T23:01:10.758Z"
"publishedAt": "2024-10-16T14:43:27.871Z"
}
}

0 comments on commit 06a9025

Please sign in to comment.