jcantosz/Label-to-fields
A GitHub Action that sets project fields for an issue based on the label applied to the issue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 8, 2024
- License
- None
Pinned Snippet
uses: jcantosz/label-to-fields-action@a1be4ee2413631d4a49383a8cae803f7041ea50e # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| app_id | GitHub App or Client ID | no | — |
| app_private_key | GitHub App Private Key | no | — |
| app_installation_id | GitHub App Installation ID | no | — |
| token | GitHub Token | no | — |
| api_url | GitHub's API url | no | https://api.github.com |
| csv_file_path | Path to the CSV file | no | .github/label-fields.csv |
| csv_label_header | Header for the label in the CSV file. Defaults to 'Label' | no | Label |
| repository | Repository in the format owner/repo. Will use the current repo is none is provided | no | — |
| issue_number | Issue number. Will use the issue that triggered the workflow if none is provided | no | — |
| project_number | Project number | yes | — |
| label | The name of the label that was applied to the issue | no | — |
Outputs
no outputs