im-open/Get work items
Parses out work items from PR title, description and its related commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Only needed if include-commits is enabled | no | — |
| context | Identify work items in context instead of the current PR context | no | — |
| patterns | Expressions used to identify work items | yes | \b[a-zA-Z]+-\d+\b |
| list-delimiter | Separate work items with delimiter | yes | , |
| create-env-variables | Create environment variables with output | no | false |
| include-commits | Include 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. | no | false |
| include-pr | Include pull request's title and body if exists | no | true |
| include-release | Include searching for work items in a tag's release title and body if exists | no | true |
| only-release | Only search for work items in a release if the reference is a tag | no | false |
| only-resolved | Filter work items by those prefixed with a resolved keyword | no | true |
| resolve-prefixes | Prefixes indicating resolved work items | no | close closes closed fix fixes fixed resolve resolves resolved |
| reference | Release, tag, branch or sha to search for work items. Defaults to the current workflow's context. | no | — |
| base-reference | A release, tag or branch. If unable to identify a merged or open PR, the base branch is required to perform commit lookups | no | — |
| default-branch | Default branch to fallback | no | main |
| target-url-pattern | URL pattern to construct a link to the work items | no | — |
| fallback-to-workflow-context | If reference is empty, fallback to workflow's context | no | false |
| fallback-base-reference | If unable to identify a merged PR from reference or workflow context, fallback to latest-published release | no | false |
| fallback-base-reference-if-default | If 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 context | no | true |
| fail-on-missing | Fail if no work items are found | no | false |
| create-notice | Add notification to runner with details | no | true |
| create-warnings | Add warning notifications to runner | no | true |
| create-summary | Add summary notification to runner | no | false |
| fail-on-missing-except-for-labels | When 'fail-on-missing' enabled, ignore when one of these labels are present on the PR | no | supporting-production non-production |
| fail-on-error | Fail on missing context | no | true |
| fail-on-unknown-reference | Fail if head or base reference is unknown | no | true |
Outputs
no outputs