Skip to content

Commit

Permalink
Update mutate-issue-status.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Jul 19, 2024
1 parent 36fe1de commit a4836ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions/utils/mutate-issue-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @param {String} newStatusValue - GraphQL Id value for the Status' field that the issue is moving to
*
*/
async function mutateIssueStatus(itemId, newStatusValue) {
async function mutateIssueStatus(github, context, itemId, newStatusValue) {

// Defaults for HfLA Website
WEBSITE_PROJECT_ID = "PVT_kwDOALGKNs4Ajuck";
Expand Down

0 comments on commit a4836ae

Please sign in to comment.