Skip to content

Commit e9d0baf

Browse files
committed
added workflow
1 parent 4237d0e commit e9d0baf

3 files changed

Lines changed: 225 additions & 206 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: "Auto Format Issue Title"
2+
3+
on:
4+
issues:
5+
types: [opened, labeled]
6+
permissions:
7+
issues: write
8+
9+
jobs:
10+
format_title:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Format issue title
14+
uses: recursivezero/template/.github/actions/format-issue-title@v2.6
15+
with:
16+
prefix: RTP
17+
dry_run: false

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"titleBar.activeBackground": "#c5ef98",
1717
"titleBar.activeForeground": "#15202b",
1818
"titleBar.inactiveBackground": "#c5ef9899",
19-
"titleBar.inactiveForeground": "#15202b99"
19+
"titleBar.inactiveForeground": "#15202b99",
20+
"sideBar.border": "#def6c4",
21+
"tab.activeBorder": "#def6c4"
2022
},
2123
"peacock.color": "#c5ef98"
2224
}

0 commit comments

Comments
 (0)