Skip to content

Commit

Permalink
Create semicolons-kudos.yaml for receiving Kudos (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
oportier authored Dec 27, 2023
1 parent a71d473 commit 877d537
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/semicolons-kudos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

name: Kudos for Code
on:
push:
branches: ["master"]
workflow_dispatch:

jobs:
kudos:
name: Semicolons Kudos
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: LoremLabs/kudos-for-code-action@latest
with:
search-dir: "."
destination: "artifact"
generate-nomerges: true
generate-validemails: true
generate-limitdepth: 0
generate-fromrepo: true
analyze-repo: false
skip-ids: ""

0 comments on commit 877d537

Please sign in to comment.