Skip to content

Commit ff56a88

Browse files
committed
Date formatting
1 parent 3d113a6 commit ff56a88

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gh-github-intermediate-issueops",
33
"description": "GitHub Intermediate Offering: IssueOps Automation",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"author": "Nick Alteen <[email protected]>",
66
"private": true,
77
"type": "module",

src/github/issues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ export function generateMessage(request: ClassRequest): string {
299299
300300
### :warning: **IMPORTANT** :warning:
301301
302-
- The listed repositories will be automatically **deleted** on **${request.endDate.toString()}**.
302+
- The listed repositories will be automatically **deleted** on **${request.endDate.toDateString()}**.
303303
- Do not close this issue! Doing so will immediately revoke access and delete the attendee repositories.
304304
305305
If you need to add/remove users, use the comment commands below.

0 commit comments

Comments
 (0)