Skip to content

Commit

Permalink
Update mutate-issue-status.js
Browse files Browse the repository at this point in the history
fix path to `status-field-ids`
  • Loading branch information
t-will-gillis authored Nov 28, 2024
1 parent a8cc0b8 commit d7a570a
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
@@ -1,5 +1,5 @@
// Import modules
const statusFieldIds = require('../../utils/_data/status-field-ids');
const statusFieldIds = require('./_data/status-field-ids');

/**
* Changes the 'Status' of an issue (with the corresponding itemId) to a newStatusValue
Expand Down

0 comments on commit d7a570a

Please sign in to comment.