Skip to content

Commit 2ca1124

Browse files
authored
Merge pull request #12372 from github/repo-sync
repo sync
2 parents 66e4a6b + a8bfd66 commit 2ca1124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions-scripts/ready-for-docs-review.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async function run() {
6060
const featureID = findFieldID('Feature', data)
6161
const contributorTypeID = findFieldID('Contributor type', data)
6262
const sizeTypeID = findFieldID('Size', data)
63-
const authorID = findFieldID('Author', data)
63+
const authorID = findFieldID('Contributor', data)
6464

6565
// Get the ID of the single select values that we want to set
6666
const readyForReviewID = findSingleSelectID('Ready for review', 'Status', data)

0 commit comments

Comments
 (0)