| 1 | import * as core from '@actions/core'; |
| 2 | import {context} from '@actions/github'; |
| 3 | import {Octokit} from '@octokit/rest'; |
| 4 | import {actionLabels, targetLabels} from '../../../ng-dev/pr/common/labels/index.js'; |
nothing calls this directly
no test coverage detected