beachball-actions-common
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Thu, 11 Aug 2022 02:43:08 GMT", | ||
"date": "Fri, 16 Sep 2022 21:50:43 GMT", | ||
"tag": "beachball-actions-common_v0.2.3", | ||
"version": "0.2.3", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "beachball-actions-common", | ||
"commit": "63493adc0c3e621e9bf06258ea6b120f32774d57", | ||
"comment": "Update checkForNewerRuns to look for queued workflows" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 11 Aug 2022 02:43:11 GMT", | ||
"tag": "beachball-actions-common_v0.2.2", | ||
@@ -8,0 +23,0 @@ "version": "0.2.2", |
# Change Log - beachball-actions-common | ||
This log was last generated on Thu, 11 Aug 2022 02:43:08 GMT and should not be manually modified. | ||
This log was last generated on Fri, 16 Sep 2022 21:50:43 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.2.3 | ||
Fri, 16 Sep 2022 21:50:43 GMT | ||
### Patches | ||
- Update checkForNewerRuns to look for queued workflows (elcraig@microsoft.com) | ||
## 0.2.2 | ||
Thu, 11 Aug 2022 02:43:08 GMT | ||
Thu, 11 Aug 2022 02:43:11 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -35,3 +35,3 @@ "use strict"; | ||
workflow_id: workflowId, | ||
status: 'pending', | ||
status: 'queued', | ||
branch: branchName, | ||
@@ -38,0 +38,0 @@ })).data.total_count; |
{ | ||
"name": "beachball-actions-common", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Utilities for Beachball-related GitHub Actions", | ||
@@ -5,0 +5,0 @@ "author": "Elizabeth Craig <elcraig@microsoft.com>", |
@@ -39,3 +39,3 @@ import * as core from '@actions/core'; | ||
workflow_id: workflowId, | ||
status: 'pending' as any, // eslint-disable-line -- "pending" is valid but missing from types | ||
status: 'queued', | ||
branch: branchName, | ||
@@ -42,0 +42,0 @@ }) |
15553
376