{"id":20127617,"url":"https://github.com/cube-js/github-actions","last_synced_at":"2025-05-06T18:31:43.131Z","repository":{"id":56158822,"uuid":"307442438","full_name":"cube-js/github-actions","owner":"cube-js","description":"Cube.js GitHub Actions to automate things","archived":false,"fork":false,"pushed_at":"2023-10-27T13:35:48.000Z","size":92,"stargazers_count":4,"open_issues_count":10,"forks_count":2,"subscribers_count":13,"default_branch":"main","last_synced_at":"2024-04-17T04:59:36.812Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/cube-js.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}},"created_at":"2020-10-26T16:52:11.000Z","updated_at":"2024-04-17T04:59:36.812Z","dependencies_parsed_at":"2022-08-15T13:50:30.594Z","dependency_job_id":null,"html_url":"https://github.com/cube-js/github-actions","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cube-js%2Fgithub-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cube-js%2Fgithub-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cube-js%2Fgithub-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cube-js%2Fgithub-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cube-js","download_url":"https://codeload.github.com/cube-js/github-actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224518847,"owners_count":17324673,"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":[],"created_at":"2024-11-13T20:22:56.622Z","updated_at":"2024-11-13T20:22:57.339Z","avatar_url":"https://github.com/cube-js.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cube.js GitHub Actions\n\n\u003e Cube.js GitHub Actions to automate things\n\n## Author Detector\n\n\u003e Label issues/prs with labels for core team and community members\n\n## Configuration\n\n| Name              | Description                      | Default                |\n|-------------------|----------------------------------|------------------------|\n| coreLabel         | Label name for core authors      | core team              |\n| addCoreLabel      | Label for for core authors?      | true                   |\n| communityLabel    | Label name for community authors | community contribution |\n| addCommunityLabel | Label for community authors?     | true                   |\n\n## Supported events:\n\n- issues\n- pull_request_target\n- pull_request\n  \nExample of usage:\n\n```yml\nname: Detect author for Issues \u0026 PRs\non:\n  issues:\n    types: [opened]\n  pull_request_target:\n    types: [opened]\n  pull_request:\n    types: [opened]\n\njobs:\n  main:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout Actions\n        uses: actions/checkout@v2\n        with:\n          repository: 'cube-js/github-actions'\n          path: ./actions\n          ref: main\n      - name: Install Actions\n        run: npm install --production --prefix ./actions\n      - name: Detect author\n        uses: ./actions/author-detector\n        with:\n          token: ${{secrets.GITHUB_TOKEN}}\n          coreLabel: pr:core\n          communityLabel: pr:community\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcube-js%2Fgithub-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcube-js%2Fgithub-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcube-js%2Fgithub-actions/lists"}