{"id":21921445,"url":"https://github.com/firelemons/on-deploy","last_synced_at":"2026-04-30T11:34:48.239Z","repository":{"id":103679706,"uuid":"457986496","full_name":"FireLemons/on-deploy","owner":"FireLemons","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-12T01:17:11.000Z","size":17966,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T10:43:02.269Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/FireLemons.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":"2022-02-10T23:55:22.000Z","updated_at":"2022-02-18T05:59:20.000Z","dependencies_parsed_at":"2023-07-06T23:01:08.672Z","dependency_job_id":null,"html_url":"https://github.com/FireLemons/on-deploy","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/FireLemons/on-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireLemons%2Fon-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireLemons%2Fon-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireLemons%2Fon-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireLemons%2Fon-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FireLemons","download_url":"https://codeload.github.com/FireLemons/on-deploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireLemons%2Fon-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32463892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-28T20:24:57.306Z","updated_at":"2026-04-30T11:34:43.231Z","avatar_url":"https://github.com/FireLemons.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# on-deploy\nIf a deploy has been done witin the day,\n - All cards from the QA column are moved to the Done column\n\n## Params\n### done_column_card_limit:  \nThe maximum number of cards allowed in the done column before archiving them  \n\n### done_column_name:\nThe name of the column representing issues pushed to prod  \n\n### QA_column_name:\nThe name of the column representing issues merged to QA  \n\n### project_name:  \nThe name of the project to manage  \n\n## Example Usage\n```\non:\n  schedule:\n    - cron:  '0 1 * * *' # Run every day\n  workflow_dispatch: # Enable Manual Runs\n\njobs:\n  on_deploy:\n    runs-on: ubuntu-latest\n    name: On Deploy\n    steps:\n      - name: After Deploy\n        uses: Firelemons/on-deploy@v2.2\n        with:\n          project_name: \"CASA Volunteer Portal\"\n          done_column_card_limit: \"16\"\n          done_column_name: \"Done (in prod!)\"\n          QA_column_name: \"Merged to QA\"open\n          token: ${{secrets.GITHUB_TOKEN}}\n```\n\n## Developing  \n### Setup  \n`git clone git@github.com:FireLemons/on-deploy.git` Clone the repo  \n`cd on-deploy`  \n`npm i` Install node dependencies  \nOpen and edit `index.ts`(a typescript file)  \nOpen a new terminal and run `npm run autocompile`. This will automatically compile `index.ts` into `index.js` every time `index.ts` is saved. Watch the window for typescript errors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirelemons%2Fon-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirelemons%2Fon-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirelemons%2Fon-deploy/lists"}