{"id":16251274,"url":"https://github.com/gsuquet/workflows","last_synced_at":"2026-01-16T00:56:44.867Z","repository":{"id":209629684,"uuid":"724267376","full_name":"gsuquet/workflows","owner":"gsuquet","description":"Centralized github actions workflows","archived":false,"fork":false,"pushed_at":"2024-10-05T07:23:47.000Z","size":263,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T04:26:29.727Z","etag":null,"topics":["cd","ci","github-actions","workflows"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/gsuquet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-27T18:27:14.000Z","updated_at":"2024-10-05T07:23:49.000Z","dependencies_parsed_at":"2023-11-28T11:42:37.675Z","dependency_job_id":"32170462-f02f-4555-9521-6a9e8271ef67","html_url":"https://github.com/gsuquet/workflows","commit_stats":null,"previous_names":["gsuquet/workflows"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsuquet%2Fworkflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsuquet%2Fworkflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsuquet%2Fworkflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsuquet%2Fworkflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gsuquet","download_url":"https://codeload.github.com/gsuquet/workflows/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246819783,"owners_count":20839096,"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":["cd","ci","github-actions","workflows"],"created_at":"2024-10-10T15:09:39.951Z","updated_at":"2026-01-16T00:56:44.860Z","avatar_url":"https://github.com/gsuquet.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Centralized Workflows\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/gsuquet/workflows/blob/main/LICENSE\" \n    target=\"_blank\" alt=\"License\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/gsuquet/workflows\" \n    alt=\"License\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://securityscorecards.dev/viewer/?uri=github.com/gsuquet/workflows\"\n    alt=\"openssf scorecard\"\u003e \n    \u003cimg src=\"https://api.securityscorecards.dev/projects/github.com/gsuquet/workflows/badge\"\nalt=\"openssf score\"/\u003e \n  \u003c/a\u003e\n\u003c/p\u003e\n\nThis repository contains all the github actions workflows used in my projects.\n\n## Table of Contents\n\n- [Usage](#usage)\n- [Available Workflows](#available-workflows)\n\n## Usage\n\nTo use a workflow in your project, either copy the workflow file to your \nproject's `.github/workflows` directory or call it directly from \nthe `uses` field in your workflow file.\n\n```yaml\n# .github/workflows/your-workflow.yml\nname: Your Workflow\non:\n  pull_request:\n\npermissions: {}\n\njobs:\n  your-job:\n    permissions:\n      contents: read\n      pull-requests: write\n    uses: gsuquet/workflows/.github/workflows/automation-labeler.yml@7e887cf4d10f445ae67ba60549cc1e3c59c8adc9 # v1.2.3\n```\n\n## Available Workflows\n\n| Category | Workflow | Description |\n| --- | --- | --- |\n| automation | [closer](./.github/workflows/automation-closer.yml) | Close stale issues and PRs |\n| automation | [comment-pr](./.github/workflows/automation-comment-pr.yml) | Add or update a comment on the pull request |\n| automation | [greeter](./.github/workflows/automation-greeter.yml) | Greetings |\n| automation | [labeler](./.github/workflows/automation-labeler.yml) | Labeler |\n| deployment | [python-pypi](./.github/workflows/deployment-python-pypi.yml) | Deploy a python package to PyPi and GitHub |\n| deployment | [s3](./.github/workflows/deployment-s3.yml) | Upload files to AWS S3 |\n| integration | [commit-validator](./.github/workflows/integration-commit-validator.yml) | Validate commit or PR title format is correct |\n| integration | [linter-pre-commit](./.github/workflows/integration-linter-pre-commit.yml) | Pre-commit |\n| integration | [modification-script](./.github/workflows/integration-modification-script.yml) | Execute script and commit changes to git |\n| integration | [python](./.github/workflows/integration-python.yml) | Unit tests and code format checks for a python project |\n| security | [codacy](./.github/workflows/security-codacy.yml) | Code analysis using Codacy |\n| security | [codeql](./.github/workflows/security-codeql.yml) | Code Quality and Security Analysis with CodeQL |\n| security | [dependencies](./.github/workflows/security-dependencies.yml) | Dependency Scanning |\n| security | [ossf-scorecard](./.github/workflows/security-ossf-scorecard.yml) | Scorecard supply-chain security |\n\u003c!-- WORKFLOWS TABLE END --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsuquet%2Fworkflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsuquet%2Fworkflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsuquet%2Fworkflows/lists"}