Skip to content

Commit e707bd2

Browse files
committed
update blogs
1 parent 92e1baa commit e707bd2

File tree

18 files changed

+836
-11
lines changed

18 files changed

+836
-11
lines changed
Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
name: "Auto Format Issue Title"
2+
run-name: format issue title based on issue prefix
23

34
on:
45
issues:
5-
types: [opened, labeled]
6+
types: [opened, edited]
7+
8+
concurrency:
9+
group: format-title
10+
cancel-in-progress: true
11+
612
permissions:
713
issues: write
814

915
jobs:
1016
format_title:
1117
runs-on: ubuntu-latest
18+
if: contains(github.event.issue.title, format('{0}-', vars.PROJECT_PREFIX)) == false
19+
1220
steps:
1321
- name: Format issue title
14-
uses: recursivezero/template/.github/actions/format-issue-title@v2.5
22+
uses: recursivezero/action-club/.github/actions/format-issue-title@v0.2.57
1523
with:
16-
prefix: TZD
17-
dry_run: false
18-
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
prefix: ${{ vars.PROJECT_PREFIX }}

domain.code-workspace

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
"zenMode.centerLayout": false,
172172
"cSpell.words": [
173173
"Poorna",
174+
"Socie",
174175
"withastro"
175176
],
176177
"workbench.editor.limit.excludeDirty": true,
3.73 MB
Loading
529 KB
Loading
4.37 MB
Loading
370 KB
Loading
4.72 MB
Loading
2.6 MB
Loading
4.74 MB
Loading

0 commit comments

Comments
 (0)