Skip to content

Commit

Permalink
fix(repo): GHA PR changes check (#3816)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski authored Jul 24, 2024
1 parent e89a901 commit 7575f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
owner: 'clerk',
repo: 'javascript',
pull_number: context.issue.number,
}).data;
});
const prLastUpdated = new Date(pr.updated_at);
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
owner: 'clerk',
repo: 'javascript',
pull_number: context.issue.number,
}).data;
});
const prLastUpdated = new Date(pr.updated_at);
Expand Down

0 comments on commit 7575f8e

Please sign in to comment.