- adjust pr-collector inclusion, to simplify debugging

This commit is contained in:
Mike Penz
2023-08-18 17:16:42 +00:00
committed by GitHub
parent d8188193ab
commit ce66235291
9 changed files with 1581 additions and 1583 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
import * as core from '@actions/core'
import {Rule, RegexTransformer} from 'pr-collector/lib/types'
import {PullRequestInfo, retrieveProperty} from 'pr-collector/lib/pullRequests'
import {validateTransformer} from 'pr-collector/lib/regexUtils'
import {Rule, RegexTransformer} from './pr-collector/types'
import {PullRequestInfo, retrieveProperty} from './pr-collector/pullRequests'
import {validateTransformer} from './pr-collector/regexUtils'
/**
* Checks if any of the rules match the given PR