flxbl-io/Analyze Issue for IssueOps

Parses GitHub issues for IssueOps - extracts operation type, parameters, and labels

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
gh-tokenGitHub token for authentication to fetch issue detailsyes
issue-numberIssue number to analyzeyes
repositoryRepository in owner/repo formatno${{ github.repository }}
include-issuesComma-separated list of issue IDs to include for processing (if set, only these IDs are processed)no""
exclude-issuesComma-separated list of issue IDs to exclude from processingno""
namedescription
is-sfops-issueBoolean (true/false) indicating if this is a valid sfops issue
payloadJSON payload of the analyzed issue with all extracted parameters
issue-numberThe issue number that was analyzed
issue-creatorGitHub username of the issue creator
issue-idThe operation ID extracted from the issue (from payload.id)
envsJSON array of environments from the issue payload
operation-typeThe type of operation being requested (extracted from labels or payload)
labelsJSON array of label names attached to the issue