bibo-joshi/chango Action
Composite Action for automatically creating a chango fragment for a PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- MIT
Pinned Snippet
uses: bibo-joshi/chango@bc58df46ef3ba8f15b8d744929998b7ae8a222d4 # 0.6.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Python version to use. See actions/setup-python for more information. Default is 3.x | no | 3.x |
| commit-and-push | Whether to commit and push the changes to the PR branch. Default is true. | no | true |
| pyproject-toml | Path to the ``pyproject.toml`` file. Takes the same input as ``chango.config.get_chango_instance``. | no | None |
| data | Additional JSON data to pass to the parameter ``data`` of ``chango.abc.ChanGo.build_from_github_event()``. Defaults to an instance of ``chango.action.ChanGoActionData``. | no | None |
| github-token | GitHub Token or Personal Access Token (PAT) used to authenticate with GitHub. Defaults to the ``GITHUB_TOKEN``. | no | — |
| query-issue-types | Whether to query the issue types of the linked issues. Can only be used on organizations with issue types enabled. In this case, an organization scoped PAT is required. | no | false |
Outputs
no outputs