{"id":17184829,"url":"https://github.com/liskin/gh-workflow-keepalive","last_synced_at":"2025-04-13T18:14:12.894Z","repository":{"id":222566479,"uuid":"757763505","full_name":"liskin/gh-workflow-keepalive","owner":"liskin","description":"GitHub Action to prevent GitHub from disabling scheduled workflows due to repository inactivity.","archived":false,"fork":false,"pushed_at":"2024-05-19T00:14:19.000Z","size":10,"stargazers_count":26,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T18:14:06.089Z","etag":null,"topics":["ci","continuous-integration","continuous-testing","github","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/workflow-keepalive","language":null,"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/liskin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-14T23:26:00.000Z","updated_at":"2025-04-06T08:57:05.000Z","dependencies_parsed_at":"2024-05-18T16:22:54.889Z","dependency_job_id":"ef57012f-95a8-4d7f-8328-320fe8073b38","html_url":"https://github.com/liskin/gh-workflow-keepalive","commit_stats":null,"previous_names":["liskin/gh-workflow-keepalive"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liskin%2Fgh-workflow-keepalive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liskin%2Fgh-workflow-keepalive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liskin%2Fgh-workflow-keepalive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liskin%2Fgh-workflow-keepalive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liskin","download_url":"https://codeload.github.com/liskin/gh-workflow-keepalive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248758418,"owners_count":21156957,"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":["ci","continuous-integration","continuous-testing","github","github-actions"],"created_at":"2024-10-15T00:44:33.672Z","updated_at":"2025-04-13T18:14:12.868Z","avatar_url":"https://github.com/liskin.png","language":null,"readme":"# GitHub Action: Workflow Keepalive\n\nGitHub Action to prevent GitHub from [disabling scheduled workflows due to\nrepository inactivity][1].\n\n[1]: https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#disabling-and-enabling-workflows\n\nCompared to other similar GitHub Actions\n(\u003chttps://github.com/marketplace/actions/keep-your-github-actions-alive-automatically\u003e,\n\u003chttps://github.com/marketplace/actions/keepalive-workflow\u003e), this one will\nnot create any dummy commits. Instead, it uses GitHub API to preemptively\nre-enable the workflow, thus preventing it from being automatically disabled.\n\n## Usage:\n\nInvoke this action in all scheduled workflows that you need to continue\nrunning even if there's no activity in the repo:\n\n```yaml\nname: Tests\n\non:\n  schedule:\n    - cron: \"0 0 * * *\"\n\njobs:\n  tests:\n    name: Run integration tests\n    steps:\n      - uses: actions/checkout@v3\n      # … whatever other steps you need to run your tests\n\n  workflow-keepalive:\n    if: github.event_name == 'schedule'\n    runs-on: ubuntu-latest\n    permissions:\n      actions: write\n    steps:\n      - uses: liskin/gh-workflow-keepalive@v1\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliskin%2Fgh-workflow-keepalive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliskin%2Fgh-workflow-keepalive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliskin%2Fgh-workflow-keepalive/lists"}