Skip to content

Conversation

@sover02
Copy link
Contributor

@sover02 sover02 commented Nov 22, 2019

My use-case involved adding new issues to a project board, so I added the functionality. I hope it's useful for others that may have a similar case.

    - name: Create Issue From File
      uses: sover02/create-issue-from-file@add_github_project_card_option
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        ISSUE_TITLE: An example issue
        ISSUE_CONTENT_FILEPATH: ./example-content/output.md
        ISSUE_LABELS: report, automated issue
        PROJECT_NAME: Example Project
        PROJECT_COLUMN_NAME: To do

image

@sover02 sover02 requested a review from peter-evans as a code owner November 22, 2019 22:05
Copy link
Owner

@peter-evans peter-evans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@peter-evans
Copy link
Owner

This is great. Thank you for this contribution!

@peter-evans peter-evans merged commit 1ff80b4 into peter-evans:master Nov 23, 2019
@peter-evans
Copy link
Owner

@peter-evans
Copy link
Owner

Released as peter-evans/create-issue-from-file@v1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants