Skip to content

Commit

Permalink
Update query-issue-info.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Jul 20, 2024
1 parent 0fd547b commit 39c1976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github-actions/utils/query-issue-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
* @params {Object} context - Context of the function calling getItemInfo()
* @returns {Object} - An object containing the item ID and its status name
*/
async function queryIssueInfo(issueNum, github, context) {
async function queryIssueInfo(github, context) {

// const { owner, repo } = context.repo;
let issueNum = context.payload.issue.number;

const query = `query($owner: String!, $repo: String!, $issueNum: Int!) {
repository(owner: $owner, name: $repo) {
Expand Down

0 comments on commit 39c1976

Please sign in to comment.