bcgov/Gherking extractor for GitHub Issues

GitHub Action that processes Gherkin content from issues and turn them into a content that can be then saved into a file

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 25, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: bcgov/action-gherkin-issue-processor@996c4dd154e93e49a3ddeead7c26c18c3a1602f3 # v1.1.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
issueThe issue numberyes
default_titleA default title for the issue, to check if the user has changed it
update_titleDefines if the issue title should be updated in case it is not different from the default onefalse
tokenYour GitHub token or a personal access token${{ github.token }}
ownerThe owner of the repository${{ github.repository_owner }}
repoThe repository name${{ github.repository }}
namedescription
titleThe title of the issue. Usually the original title, unless it was updated
sanitized_titleThe title of the issue in a clean and sanitized format that can be used as a file name
bodyThe original body of the issue
featureThe feature content