endbug/Project Fields
A GitHub Action to interact with project fields
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| operation | The type of field operation. Valid options are "get", "set", "clear" | yes | — |
| fields | A comma-separated list of fields to get or update | yes | — |
| github_token | The GitHub token to use for authentication | yes | — |
| project_url | The URL of the project | yes | — |
| resource_url | The URL of the issue/PR to get or update | yes | ${{ github.event.issue.html_url || github.event.pull_request.html_url }} |
| values | A comma-separated list of values to update the fields with | no | — |
Outputs
| name | description |
|---|---|
| values | The current values of the fields |