feat: add new pull request trigger in GitHub (#301)
* feat: add new pull request trigger in GitHub
This commit is contained in:
@@ -16,7 +16,7 @@ export default class NewRepository {
|
||||
|
||||
async run(startTime: Date) {
|
||||
const options = {
|
||||
since: DateTime.fromJSDate(startTime).toLocaleString(DateTime.TIME_24_SIMPLE),
|
||||
since: DateTime.fromJSDate(startTime).toISO(),
|
||||
};
|
||||
return await this.client.paginate(this.client.rest.repos.listForAuthenticatedUser, options);
|
||||
}
|
||||
|
Reference in New Issue
Block a user