Skip to content

Commit bda92e7

Browse files
authored
Update name of "Author" field in script that adds pull requests to review project (#23145)
1 parent 2a24c5c commit bda92e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions-scripts/fr-add-docs-reviewers-requests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ async function run() {
120120
const featureID = findFieldID('Feature', data)
121121
const contributorTypeID = findFieldID('Contributor type', data)
122122
const sizeTypeID = findFieldID('Size', data)
123-
const authorID = findFieldID('Author', data)
123+
const authorID = findFieldID('Contributor', data)
124124

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

0 commit comments

Comments
 (0)