endbug/Project Fields

A GitHub Action to interact with project fields

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
operationThe type of field operation. Valid options are "get", "set", "clear"yes
fieldsA comma-separated list of fields to get or updateyes
github_tokenThe GitHub token to use for authenticationyes
project_urlThe URL of the projectyes
resource_urlThe URL of the issue/PR to get or updateyes${{ github.event.issue.html_url || github.event.pull_request.html_url }}
valuesA comma-separated list of values to update the fields withno
namedescription
valuesThe current values of the fields