{"id":15724823,"url":"https://github.com/ephraimduncan/whatthecommit-action","last_synced_at":"2025-08-02T00:31:59.726Z","repository":{"id":55168551,"uuid":"288588426","full_name":"ephraimduncan/whatthecommit-action","owner":"ephraimduncan","description":"Github Action to modify last commit","archived":false,"fork":false,"pushed_at":"2021-01-06T09:04:12.000Z","size":252,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-30T20:12:11.306Z","etag":null,"topics":["actions","actionshackathon","commit","git","github","whatthecommit","workflow"],"latest_commit_sha":null,"homepage":"https://dev.to/dephraiim/what-the-commit-40gf","language":"JavaScript","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/ephraimduncan.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-18T23:47:48.000Z","updated_at":"2024-11-15T13:51:58.000Z","dependencies_parsed_at":"2023-01-04T12:30:45.682Z","dependency_job_id":null,"html_url":"https://github.com/ephraimduncan/whatthecommit-action","commit_stats":{"total_commits":60,"total_committers":1,"mean_commits":60.0,"dds":0.0,"last_synced_commit":"ddf6eae9d14322c1f10759b99174cc6c32d84494"},"previous_names":["ephraimduncan/whatthecommit-action","dephraiim/whatthecommit-action"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ephraimduncan%2Fwhatthecommit-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ephraimduncan%2Fwhatthecommit-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ephraimduncan%2Fwhatthecommit-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ephraimduncan%2Fwhatthecommit-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ephraimduncan","download_url":"https://codeload.github.com/ephraimduncan/whatthecommit-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228419532,"owners_count":17916768,"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","actionshackathon","commit","git","github","whatthecommit","workflow"],"created_at":"2024-10-03T22:18:06.596Z","updated_at":"2024-12-06T05:39:25.894Z","avatar_url":"https://github.com/ephraimduncan.png","language":"JavaScript","readme":"# What the Commit\n\n**GitHub Action for committing messages from http://whatthecommit.com**\n\nThis is a GitHub Action that changes the last commit and replaces it with a commit message from whatthecommit.com\n\n_A submission for the [DEV: GitHub Actions For Open Source!](https://dev.to/devteam/announcing-the-github-actions-hackathon-on-dev-3ljn) hackathon_\n\n\u003e _Risky for repos that have forks ❗_\n\n### Setup\n\n1. **Add a workflow file** to your project (e.g. `.github/workflows/commit.yml`) with this:\n\n   ```yml\n   name: New Commit\n\n   on:\n     push:\n       branches:\n         - main\n         - master\n     pull_request:\n       branches:\n         - main\n         - master\n\n   jobs:\n     build:\n       runs-on: ubuntu-latest\n       steps:\n         - uses: actions/checkout@v2\n         - name: Use Node.js\n           uses: actions/setup-node@v1\n           with:\n             node-version: '12.x'\n         - name: Prettify Commit\n           uses: dephraiim/whatthecommit-action@main\n   ```\n\n### Commiting\n\nUsing the workflow above, GitHub will modify the last commit with a commit message from http://whatthecommit.com\n\n### Development\n\nContributions and Suggestions are always welcome!\n\n### License\n\n[MIT](./license)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fephraimduncan%2Fwhatthecommit-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fephraimduncan%2Fwhatthecommit-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fephraimduncan%2Fwhatthecommit-action/lists"}