We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66e4a6b + a8bfd66 commit 2ca1124Copy full SHA for 2ca1124
1 file changed
.github/actions-scripts/ready-for-docs-review.js
@@ -60,7 +60,7 @@ async function run() {
60
const featureID = findFieldID('Feature', data)
61
const contributorTypeID = findFieldID('Contributor type', data)
62
const sizeTypeID = findFieldID('Size', data)
63
- const authorID = findFieldID('Author', data)
+ const authorID = findFieldID('Contributor', data)
64
65
// Get the ID of the single select values that we want to set
66
const readyForReviewID = findSingleSelectID('Ready for review', 'Status', data)
0 commit comments