1 parent 7643a87 commit 55656ccCopy full SHA for 55656cc
2 files changed
.github/workflows/preview.yml
@@ -56,6 +56,7 @@ jobs:
56
retry-exempt-status-codes: 400,401
57
github-token: ${{ secrets.CLERK_COOKIE_PAT }}
58
script: |
59
+ console.dir(context);
60
const commentCreated = new Date(context.payload.comment.created_at);
61
62
const pr = await github.rest.pulls.get({
.github/workflows/release-snapshot.yml
@@ -49,8 +49,8 @@ jobs:
49
50
51
52
53
- // const prLastUpdated = new Date(context.comment.issue.updated_at);
54
55
owner: 'clerk',
0 commit comments