Skip to content

Commit

Permalink
add console log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yufei118liu committed Jul 15, 2024
1 parent 4b0dd37 commit ec76375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/link-to-checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
const fs = require('fs');
const review_checklist = fs.readFileSync('.github/ingestion-review-checklist.md', 'utf8');
const old_description = context.payload.pull_request.body || '';
console.log('Old description:', old_description);
if (!old_description.trim()) {
await github.rest.pulls.update({
pull_number: context.issue.number,
Expand Down

0 comments on commit ec76375

Please sign in to comment.