Skip to content

Commit 877d537

Browse files
authored
Create semicolons-kudos.yaml for receiving Kudos (#46)
1 parent a71d473 commit 877d537

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
name: Kudos for Code
3+
on:
4+
push:
5+
branches: ["master"]
6+
workflow_dispatch:
7+
8+
jobs:
9+
kudos:
10+
name: Semicolons Kudos
11+
permissions: write-all
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
17+
- uses: LoremLabs/kudos-for-code-action@latest
18+
with:
19+
search-dir: "."
20+
destination: "artifact"
21+
generate-nomerges: true
22+
generate-validemails: true
23+
generate-limitdepth: 0
24+
generate-fromrepo: true
25+
analyze-repo: false
26+
skip-ids: ""

0 commit comments

Comments
 (0)