Skip to content

Commit 1e0f6f4

Browse files
author
Sarah Edwards
authored
update import to be ESM compatible (github#20523)
1 parent 6b579d7 commit 1e0f6f4

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
@@ -1,4 +1,4 @@
1-
const { graphql } = require('@octokit/graphql')
1+
import { graphql } from '@octokit/graphql'
22

33
// Given a list of PR/issue node IDs and a project node ID,
44
// adds the PRs/issues to the project

0 commit comments

Comments
 (0)