{"id":28919312,"url":"https://github.com/puzl-cloud/github-workflow-assistant","last_synced_at":"2026-05-04T21:32:47.042Z","repository":{"id":299635232,"uuid":"1003639562","full_name":"puzl-cloud/github-workflow-assistant","owner":"puzl-cloud","description":"Perform bulk operations on the GitHub Actions workflows among multiple repos and branches","archived":false,"fork":false,"pushed_at":"2025-06-17T13:53:11.000Z","size":548,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-17T14:42:36.394Z","etag":null,"topics":["ci","devops","devops-tool","github","github-actions","github-workflows"],"latest_commit_sha":null,"homepage":"https://puzl.cloud/products/run-my-job","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/puzl-cloud.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2025-06-17T12:54:45.000Z","updated_at":"2025-06-17T13:53:15.000Z","dependencies_parsed_at":"2025-06-17T14:42:45.250Z","dependency_job_id":"00c37919-e1c4-4653-bbfc-df8aac57423f","html_url":"https://github.com/puzl-cloud/github-workflow-assistant","commit_stats":null,"previous_names":["puzl-cloud/github-workflow-assistant"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/puzl-cloud/github-workflow-assistant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzl-cloud%2Fgithub-workflow-assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzl-cloud%2Fgithub-workflow-assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzl-cloud%2Fgithub-workflow-assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzl-cloud%2Fgithub-workflow-assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puzl-cloud","download_url":"https://codeload.github.com/puzl-cloud/github-workflow-assistant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzl-cloud%2Fgithub-workflow-assistant/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261229093,"owners_count":23127555,"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","devops","devops-tool","github","github-actions","github-workflows"],"created_at":"2025-06-22T03:05:59.969Z","updated_at":"2026-05-04T21:32:47.014Z","avatar_url":"https://github.com/puzl-cloud.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Workflows Assistant\n\nThis tool helps you perform bulk operations on the GitHub Actions workflows among multiple repos and branches in a secure and convenient manner. \n\nCurrently, the only supported bulk operation is the `runs-on` labels replacement.\n\n## Setting up\n\n### 1. Issue GitHub Personal Access Token\n\nTo issue your GitHub fine-grained personal token, follow this [official instruction](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token).\n\nChoose the desired organization, where you'd like to perform operations, and set the required token permission scopes:\n\n- Repositories:\n  - Content: `Read and write`\n  - Workflows: `Read and write`\n- Organizations:\n  - Members: `Read-only`\n\n### 2. Run locally\n\n1. Make sure you have docker daemon up and running on your machine.\n2. Set the GitHub token, which you got on a previous step, in your shell environment:\n\n```shell\nexport MY_PAT=github_pat_...\n```\n\n3. Run the container using official `latest` image\n\n```shell\ndocker run --rm -d -p 3131:3000 -e GITHUB_PERSONAL_ACCESS_TOKEN=$MY_PAT ghcr.io/puzl-cloud/github-workflow-assistant:latest\n```\n\n4. Navigate to http://localhost:3131 to access the dashboard.\n\n\u003cimg width=\"1200\" alt=\"workflow-assistant\" src=\"https://github.com/puzl-cloud/github-workflow-assistant/blob/main/ui/src/public/workflow-assistant.png?raw=true\" /\u003e\n\n## Using the Assistant\n\n### Replace your `runs-on` labels\n\nIn the dashboard:\n\n1. Choose your organization. \n\nIt will start a shallow clone of `.github/workflows` folder from all branches in all repos available for your GitHub Personal Access Token. The process might take a few minutes.\n\n2. Once clone is done, create `runs-on` replacement rule and choose repos and branches where you want to replace labels.\n\n3. Review and commit your changes.\n\nThis operation will create commits in `.github/workflows` files in all the chosen branches. Workflow execution will be skipped for all the commits.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuzl-cloud%2Fgithub-workflow-assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuzl-cloud%2Fgithub-workflow-assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuzl-cloud%2Fgithub-workflow-assistant/lists"}