{"id":13450979,"url":"https://github.com/peter-evans/create-issue-from-file","last_synced_at":"2025-04-13T23:56:36.965Z","repository":{"id":41512164,"uuid":"195505864","full_name":"peter-evans/create-issue-from-file","owner":"peter-evans","description":"A GitHub action to create an issue using content from a file","archived":false,"fork":false,"pushed_at":"2025-04-04T09:06:11.000Z","size":31529,"stargazers_count":151,"open_issues_count":5,"forks_count":33,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-06T21:10:02.829Z","etag":null,"topics":["github-action","github-issues"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/peter-evans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"peter-evans"}},"created_at":"2019-07-06T06:27:36.000Z","updated_at":"2025-04-04T09:06:09.000Z","dependencies_parsed_at":"2023-12-22T10:44:50.440Z","dependency_job_id":"f68562ac-e913-457b-8e69-2f88a972ba76","html_url":"https://github.com/peter-evans/create-issue-from-file","commit_stats":{"total_commits":362,"total_committers":6,"mean_commits":"60.333333333333336","dds":"0.39226519337016574","last_synced_commit":"1c37a3538f1016517235b2ad3311d75bf0dd4a41"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2Fcreate-issue-from-file","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2Fcreate-issue-from-file/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2Fcreate-issue-from-file/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2Fcreate-issue-from-file/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peter-evans","download_url":"https://codeload.github.com/peter-evans/create-issue-from-file/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248798419,"owners_count":21163303,"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":["github-action","github-issues"],"created_at":"2024-07-31T07:00:42.093Z","updated_at":"2025-04-13T23:56:36.945Z","avatar_url":"https://github.com/peter-evans.png","language":"TypeScript","readme":"# Create Issue From File\n[![CI](https://github.com/peter-evans/create-issue-from-file/workflows/CI/badge.svg)](https://github.com/peter-evans/create-issue-from-file/actions?query=workflow%3ACI)\n[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-Create%20Issue%20From%20File-blue.svg?colorA=24292e\u0026colorB=0366d6\u0026style=flat\u0026longCache=true\u0026logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAM6wAADOsB5dZE0gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAERSURBVCiRhZG/SsMxFEZPfsVJ61jbxaF0cRQRcRJ9hlYn30IHN/+9iquDCOIsblIrOjqKgy5aKoJQj4O3EEtbPwhJbr6Te28CmdSKeqzeqr0YbfVIrTBKakvtOl5dtTkK+v4HfA9PEyBFCY9AGVgCBLaBp1jPAyfAJ/AAdIEG0dNAiyP7+K1qIfMdonZic6+WJoBJvQlvuwDqcXadUuqPA1NKAlexbRTAIMvMOCjTbMwl1LtI/6KWJ5Q6rT6Ht1MA58AX8Apcqqt5r2qhrgAXQC3CZ6i1+KMd9TRu3MvA3aH/fFPnBodb6oe6HM8+lYHrGdRXW8M9bMZtPXUji69lmf5Cmamq7quNLFZXD9Rq7v0Bpc1o/tp0fisAAAAASUVORK5CYII=)](https://github.com/marketplace/actions/create-issue-from-file)\n\nA GitHub action to create an issue using content from a file.\n\nThis is designed to be used in conjunction with other actions that output to a file.\nEspecially if that output can be formatted as [GitHub flavoured Markdown](https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax).\nThis action will create an issue if a file exists at a specified path.\nThe content of the issue will be taken from the file as-is.\nIf the file does not exist the action exits silently.\n\n## Usage\n\n```yml\n      - name: Create Issue From File\n        uses: peter-evans/create-issue-from-file@v5\n        with:\n          title: An example issue\n          content-filepath: ./example-content/output.md\n          labels: |\n            report\n            automated issue\n```\n\n### Action inputs\n\n| Name | Description | Default |\n| --- | --- | --- |\n| `token` | `GITHUB_TOKEN` or a `repo` scoped [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) | `GITHUB_TOKEN` |\n| `repository` | The target GitHub repository | Current repository |\n| `issue-number` | The issue number of an existing issue to update | |\n| `title` | (**required**) The title of the issue | |\n| `content-filepath` | The file path to the issue content | |\n| `labels` | A comma or newline-separated list of labels | |\n| `assignees` | A comma or newline-separated list of assignees (GitHub usernames) | |\n\n### Outputs\n\n- `issue-number` - The number of the created issue\n\n## License\n\nMIT License - see the [LICENSE](LICENSE) file for details\n","funding_links":["https://github.com/sponsors/peter-evans"],"categories":["Actions used in this repository:","Community Resources","TypeScript"],"sub_categories":["GitHub Tools and Management"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-evans%2Fcreate-issue-from-file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeter-evans%2Fcreate-issue-from-file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-evans%2Fcreate-issue-from-file/lists"}