Create Issue From File
A GitHub action to create an issue using content from a file.
This is designed to be used in conjunction with other actions that output to a file. Especially if that output can be formatted as GitHub flavoured Markdown. This action will create an issue if a file exists at a specified path. The content of the issue will be taken from the file as-is. If the file does not exist the action exits silently.
Usage
- name: Create Issue From File
uses: peter-evans/create-issue-from-file@v2
with:
title: An example issue
content-filepath: ./example-content/output.md
labels: report, automated issueInputs
token-GITHUB_TOKENor areposcoped PAT. Defaults toGITHUB_TOKEN.issue-number- The issue number of an existing issue to updatetitle(required) - The title of the issuecontent-filepath(required) - The file path to the issue contentlabels- A comma separated list of labelsassignees- A comma separated list of assignees (GitHub usernames)project- Deprecated. See Create a project card for details.project-column- Deprecated. See Create a project card for details.
Outputs
issue-number- The number of the created issue
Create a project card
To create a project card for the issue, pass the issue-number step output to create-or-update-project-card action.
- name: Create Issue From File
id: ciff
uses: peter-evans/create-issue-from-file@v2
with:
title: An example issue
content-filepath: ./example-content/output.md
- name: Create or Update Project Card
uses: peter-evans/create-or-update-project-card@v1
with:
project-name: My project
column-name: My column
issue-number: ${{ steps.ciff.outputs.issue-number }}Actions that pair with this action
- Link Checker - An action for link checking repository Markdown and HTML files
License
MIT License - see the LICENSE file for details

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
