Skip to content

ONGOING-Z/transfer-issue-to-md-file

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transfer Issue to Markdown File

A Github action transfers issue with 'blog' and 'need_published' labels content to markdown file. After that, this action will create a pull request to your current branch. And you can merge it manually.

In this action, I use this action - create pull request to make PR.

Note: only issues which have 'blog' and 'need_published' labels will be auto processed.

Usage

example

name: CI
on:
  push:
    branches: [ main ]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Example Action
        uses: ONGOING-Z/transfer-issue-to-md-file@v1.0.4
        with:
          my-token: ${{ secrets.MY_TOKEN }}
          path: "."

Action inputs

Name Description Default
my-token the token that can access your repository
path directory you want to save the generated markdown files ./issues

All inputs are required.

Action Outputs

None

License

MIT