{"id":15760176,"url":"https://github.com/padupe/action-compare-development-time","last_synced_at":"2026-05-09T16:16:58.292Z","repository":{"id":65759584,"uuid":"598710309","full_name":"padupe/action-compare-development-time","owner":"padupe","description":"Action that returns the interval (in days) between the start of development and the opening of the Pull Request.","archived":false,"fork":false,"pushed_at":"2023-02-08T18:05:55.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T00:03:51.240Z","etag":null,"topics":["github-actions","project-management"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/padupe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-02-07T16:55:23.000Z","updated_at":"2023-02-07T21:10:55.000Z","dependencies_parsed_at":"2023-02-28T16:00:33.085Z","dependency_job_id":null,"html_url":"https://github.com/padupe/action-compare-development-time","commit_stats":{"total_commits":38,"total_committers":1,"mean_commits":38.0,"dds":0.0,"last_synced_commit":"dae90a1f6618aaa44d4a7055eee97528eeec0db6"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/padupe/action-compare-development-time","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padupe%2Faction-compare-development-time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padupe%2Faction-compare-development-time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padupe%2Faction-compare-development-time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padupe%2Faction-compare-development-time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/padupe","download_url":"https://codeload.github.com/padupe/action-compare-development-time/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padupe%2Faction-compare-development-time/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263421912,"owners_count":23464047,"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":["github-actions","project-management"],"created_at":"2024-10-04T10:41:33.433Z","updated_at":"2025-10-24T23:37:15.510Z","avatar_url":"https://github.com/padupe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-compare-development-time\n\n## Description\n\nAction that returns the interval (in days) between the start of development and the opening of the Pull Request.\n\n**NOTE**: This action performs a comment on the registered Pull Request.\n\n![Example Comment](./assets/comment-example.jpeg)\n\n## Requiremets\n\n- Personal Access Token\n\n## Usage for metrics through Git Flow\n\n1. Create directory `.github/worfklows` in the root of your project;\n\n2. Create file `compare.yaml` with content similar to the following:\n\n```yaml\nname: Compare\non:\n  pull_request:\n    types: [opened, reopened, synchronize]\n    branches:\n      - main\n    \njobs:\n  compare-time-development:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Compare Development Time\n        uses: padupe/action-compare-development-time@1.2.0\n        with:\n          githubToken: ${{ secrets.PAT_TOKEN }}\n```\n\n## General use\n\n```yaml\n        uses: padupe/action-compare-development-time@1.2.0\n        with:\n          githubToken: ${{ secrets.PAT_TOKEN }}\n```\n\n## Output\n\n`interval` in days.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadupe%2Faction-compare-development-time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpadupe%2Faction-compare-development-time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadupe%2Faction-compare-development-time/lists"}