File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Git-Issues-Blog
2
+ [ ![ GitHub Marketplace] ( https://img.shields.io/badge/Marketplace-Create%20Issue%20From%20File-blue.svg?colorA=24292e&colorB=0366d6&style=flat&longCache=true&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAM6wAADOsB5dZE0gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAERSURBVCiRhZG/SsMxFEZPfsVJ61jbxaF0cRQRcRJ9hlYn30IHN/+9iquDCOIsblIrOjqKgy5aKoJQj4O3EEtbPwhJbr6Te28CmdSKeqzeqr0YbfVIrTBKakvtOl5dtTkK+v4HfA9PEyBFCY9AGVgCBLaBp1jPAyfAJ/AAdIEG0dNAiyP7+K1qIfMdonZic6+WJoBJvQlvuwDqcXadUuqPA1NKAlexbRTAIMvMOCjTbMwl1LtI/6KWJ5Q6rT6Ht1MA58AX8Apcqqt5r2qhrgAXQC3CZ6i1+KMd9TRu3MvA3aH/fFPnBodb6oe6HM8+lYHrGdRXW8M9bMZtPXUji69lmf5Cmamq7quNLFZXD9Rq7v0Bpc1o/tp0fisAAAAASUVORK5CYII= )] ( https://github.com/marketplace/actions/git-issues-blog )
2
3
3
4
A Github action to create issues from github repository.
4
5
@@ -7,7 +8,7 @@ I use this action for my blog system, make me more focused on writing.
7
8
## ** Features:**
8
9
9
10
- ** WYWIWYG** (What You Write Is What You Get)
10
- - based on github file content
11
+ - Based on github file content
11
12
- Automatically generate and update issues
12
13
- Automatic conversion image link
13
14
- Easy to using
@@ -25,7 +26,17 @@ I use this action for my blog system, make me more focused on writing.
25
26
#### Environment variables
26
27
- ` POSTS_PATH ` - blog posts folder name, default is "posts"
27
28
29
+ #### Issues templates
28
30
31
+ "_ tpl/post-header.md" and "_ tpl/post-footer.md" for templates, issues content will be:
32
+
33
+ issues = post-header.md + posts/example.md + post-footer.md
34
+
35
+
36
+
37
+ ## Something to do:
38
+
39
+ - [ ] Posts by github user, but not github-action(github actions doesn't support now).
29
40
30
41
## License
31
42
You can’t perform that action at this time.
0 commit comments