im-open/Get work items

Parses out work items from PR title, description and its related commits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenOnly needed if include-commits is enabledno
contextIdentify work items in context instead of the current PR contextno
patternsExpressions used to identify work itemsyes\b[a-zA-Z]+-\d+\b
list-delimiterSeparate work items with delimiteryes,
create-env-variablesCreate environment variables with outputnofalse
include-commitsInclude searching for work items in commits found within the PR or release. If a branch, tag or sha is used instead, will look within commits even if this variable is set to false. For PR commits, will pull in max 250. nofalse
include-prInclude pull request's title and body if existsnotrue
include-releaseInclude searching for work items in a tag's release title and body if existsnotrue
only-releaseOnly search for work items in a release if the reference is a tagnofalse
only-resolvedFilter work items by those prefixed with a resolved keywordnotrue
resolve-prefixesPrefixes indicating resolved work itemsnoclose closes closed fix fixes fixed resolve resolves resolved
referenceRelease, tag, branch or sha to search for work items. Defaults to the current workflow's context.no
base-referenceA release, tag or branch. If unable to identify a merged or open PR, the base branch is required to perform commit lookupsno
default-branchDefault branch to fallbacknomain
target-url-patternURL pattern to construct a link to the work itemsno
fallback-to-workflow-contextIf reference is empty, fallback to workflow's contextnofalse
fallback-base-referenceIf unable to identify a merged PR from reference or workflow context, fallback to latest-published releasenofalse
fallback-base-reference-if-defaultIf base reference and default branch have the same head sha, fallback to latest-published when unable to identify a merged PR from the reference or workflow contextnotrue
fail-on-missingFail if no work items are foundnofalse
create-noticeAdd notification to runner with detailsnotrue
create-warningsAdd warning notifications to runnernotrue
create-summaryAdd summary notification to runnernofalse
fail-on-missing-except-for-labelsWhen 'fail-on-missing' enabled, ignore when one of these labels are present on the PRnosupporting-production non-production
fail-on-errorFail on missing contextnotrue
fail-on-unknown-referenceFail if head or base reference is unknownnotrue

no outputs