Skip to content

Parse latest issue body

Actions
Grab body of latest issue
v8
Latest
Star (2)

Tags

 (1)

Issue parser action

This action parses the latest issue and grabs the body of the issue. Adds it to a file and commits it to a repo in a folder called issues. The folder must be created before hand.

Inputs

org_name

Required GitHub organization name

repo_name

Required GitHub repository name

global_email

Required Email for commiting to GitHub

Example usage

jobs:
  issue_parser:
    runs-on: ubuntu-latest
    name: Grab body of latest issue
    steps:
    - name: Parse latest GitHub issue
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      uses: daniyalj/ga-hello-world@v1
      with:
        org_name: 'daniyalj'
        repo_name: 'ga-hello-world'
        global_email: 'foo@bar.com'

Parse latest issue body 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.

About

Grab body of latest issue
v8
Latest

Tags

 (1)

Parse latest issue body 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.