Skip to content

Commit 310e272

Browse files
authored
Merge pull request #507 from Shopify/andyw8/remove-assignees-field
Remove assignees field from GitHub Action
2 parents b4b6e80 + 2db357a commit 310e272

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/api_update_reminder.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: A new release of the Shopify API is due soon
3-
assignees: "Shopify/platform-dev-tools-education"
43
labels: automated
54
---
65

.github/api_update_reminder_on_release.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
title: A new release of the Shopify API occurred
3-
assignees: "Shopify/platform-dev-tools-education"
43
labels: automated
54
---
65

7-
This is an automated reminder for the maintainers that a new Stable release of the Shopify API was scheduled for today,
8-
so a new release of the library is now due.
6+
This is an automated reminder for the maintainers that a new Stable release of the Shopify API is scheduled for today
7+
at 12pm Eastern Time, so a new release of the library is now due.
98

109
A draft PR should already exist for this.
1110

.github/workflows/api_update_reminder_on_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
schedule:
44
- cron: "0 0 1 1,4,7,10 *" # At 00:00 on 1st of January, April, July, and October
55

6-
name: API update reminder
6+
name: API update reminder on release
77
jobs:
88
reminder:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)