Skip to content

Commit

Permalink
Update check-linked-issue.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Aug 6, 2024
1 parent 6dca027 commit 55dcbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions/trigger-pr/check-linked-issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var context;
async function main({ g, c }) {
github = g;
context = c;

// junk
// Retrieve body of context.payload and search for GitHub keywords
const prBody = context.payload.pull_request.body;
const prNumber = context.payload.pull_request.number;
Expand Down

0 comments on commit 55dcbd0

Please sign in to comment.