{"id":15090177,"url":"https://github.com/actionsdesk/github-actions-details-action","last_synced_at":"2025-04-11T21:31:05.454Z","repository":{"id":39355373,"uuid":"371278881","full_name":"ActionsDesk/github-actions-details-action","owner":"ActionsDesk","description":"Collect and comment with details about GitHub Actions on PRs","archived":false,"fork":false,"pushed_at":"2025-03-01T01:31:43.000Z","size":2564,"stargazers_count":4,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T05:45:46.362Z","etag":null,"topics":["automation","github-actions"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ActionsDesk.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":".github/contributing.md","funding":null,"license":"license","code_of_conduct":".github/code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/codeowners","security":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-27T07:07:14.000Z","updated_at":"2025-02-17T18:35:20.000Z","dependencies_parsed_at":"2024-08-01T10:49:00.470Z","dependency_job_id":"90bff960-3e76-4113-95e2-5eba17e33094","html_url":"https://github.com/ActionsDesk/github-actions-details-action","commit_stats":{"total_commits":112,"total_committers":5,"mean_commits":22.4,"dds":0.4464285714285714,"last_synced_commit":"0c6a26165f8ff7b1e2c36dd5878fc67e4e076b57"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActionsDesk%2Fgithub-actions-details-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActionsDesk%2Fgithub-actions-details-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActionsDesk%2Fgithub-actions-details-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActionsDesk%2Fgithub-actions-details-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ActionsDesk","download_url":"https://codeload.github.com/ActionsDesk/github-actions-details-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248482883,"owners_count":21111398,"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":["automation","github-actions"],"created_at":"2024-09-25T09:23:02.754Z","updated_at":"2025-04-11T21:31:04.801Z","avatar_url":"https://github.com/ActionsDesk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-actions-details-action\n\n\u003e Collect and comment with details about GitHub Actions on PRs\n\n[![Test](https://github.com/ActionsDesk/github-actions-details-action/actions/workflows/test.yml/badge.svg)](https://github.com/ActionsDesk/github-actions-details-action/actions/workflows/test.yml) [![CodeQL](https://github.com/ActionsDesk/github-actions-details-action/actions/workflows/codeql.yml/badge.svg)](https://github.com/ActionsDesk/github-actions-details-action/actions/workflows/codeql.yml) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n\n## Usage\n\n```yml\nname: Post Action details\n\non:\n  pull_request:\n    types: [opened, synchronize]\n    paths: [github-actions-allow-list.yml]\n\njobs:\n  post-details:\n    runs-on: ubuntu-latest\n\n    permissions:\n      contents: read\n      issues: write\n      pull-requests: write\n\n    steps:\n      - name: Checkout\n        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11\n\n      - name: Setup node\n        uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8\n        with:\n          node-version: 20\n          cache: 'npm'\n\n      - name: Add GitHub Action Details from PR\n        uses: ActionsDesk/github-actions-details-action@c49711d95dd1d7b855baa08ecac42bc9b4528a27\n        with:\n          search_token: ${{ secrets.SEARCH_TOKEN }}\n          # same as defined under `on.pull_requests.paths`\n          allow_list_path: github-actions-allow-list.yml\n```\n\n### Action Inputs\n\n| Name              | Description                                                                                                               | Default                         | Required |\n| :---------------- | :------------------------------------------------------------------------------------------------------------------------ | :------------------------------ | :------- |\n| `token`           | [`GITHUB_TOKEN`](https://docs.github.com/en/actions/reference/authentication-in-a-workflow#about-the-github_token-secret) | `${{ github.token }}`           | `true`   |\n| `search_token`    | GitHub Personal Access Token ([PAT]) with no scopes                                                                       |                                 | `true`   |\n| `allow_list_path` | Path to the GitHub Actions allow list YML within the repository                                                           | `github-actions-allow-list.yml` | `false`  |\n\n## License\n\n- [MIT License](./license)\n\n[pat]: https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token 'Personal Access Token'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionsdesk%2Fgithub-actions-details-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factionsdesk%2Fgithub-actions-details-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionsdesk%2Fgithub-actions-details-action/lists"}