Actions creates a new github issue
required github token
required title of the issue
body of the issue
assignee of the issue
Object containing issue payload
- uses: rishabhgupta/git-action-issue@v2
id: Issue
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: Title
body: body
assignees: 'rishabhgupta'
- run: |
echo ${{ steps.issue.outputs.issue }}
open-issue is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.