{"id":14985995,"url":"https://github.com/miniscruff/changie-action","last_synced_at":"2025-04-11T20:32:27.514Z","repository":{"id":61884220,"uuid":"555991066","full_name":"miniscruff/changie-action","owner":"miniscruff","description":"GitHub action for Changie","archived":false,"fork":false,"pushed_at":"2025-03-29T17:52:16.000Z","size":2547,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-04T04:02:52.062Z","etag":null,"topics":["actions","github-action","github-actions"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miniscruff.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-22T20:19:53.000Z","updated_at":"2025-03-29T17:52:19.000Z","dependencies_parsed_at":"2024-01-20T05:31:15.171Z","dependency_job_id":"158aee9f-3fb7-44f2-91c3-aaa3ceed9bed","html_url":"https://github.com/miniscruff/changie-action","commit_stats":{"total_commits":237,"total_committers":4,"mean_commits":59.25,"dds":0.1392405063291139,"last_synced_commit":"573c554006c923adf1853759a7e8ec63c703afea"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":"actions/javascript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miniscruff%2Fchangie-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miniscruff%2Fchangie-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miniscruff%2Fchangie-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miniscruff%2Fchangie-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miniscruff","download_url":"https://codeload.github.com/miniscruff/changie-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248476495,"owners_count":21110294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","github-action","github-actions"],"created_at":"2024-09-24T14:12:06.453Z","updated_at":"2025-04-11T20:32:22.685Z","avatar_url":"https://github.com/miniscruff.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action for Changie\n\nRun Changie in GitHub actions.\n\nFull inputs and outputs can be seen in the [action.yml](./action.yml).\n\n## Examples\n\n### Generate next release pull request using auto mode\n```yaml\non:\n  workflow_dispatch:\n\njobs:\n  generate-pr:\n    runs-on: ubuntu-latest\n    steps:\n    - name: Checkout\n      uses: actions/checkout@v3\n\n    - name: Batch changes\n      uses: miniscruff/changie-action@v2\n      with:\n        version: latest\n        args: batch auto\n\n    - name: Merge changes\n      uses: miniscruff/changie-action@v2\n      with:\n        version: latest\n        args: merge\n\n    - name: Get the latest version\n      id: latest\n      uses: miniscruff/changie-action@v2\n      with:\n        version: latest\n        args: latest\n\n    - name: Create Pull Request\n      uses: peter-evans/create-pull-request@v4\n      with:\n        title: Release ${{ steps.latest.outputs.output }}\n        branch: release/${{ steps.latest.outputs.output }}\n        commit-message: Release ${{ steps.latest.outputs.output }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminiscruff%2Fchangie-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminiscruff%2Fchangie-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminiscruff%2Fchangie-action/lists"}