Skip to content

Commit

Permalink
Update happy-commit
Browse files Browse the repository at this point in the history
- Set minimal permissions
  • Loading branch information
kitsuyui committed May 13, 2023
1 parent 421dc72 commit 0c51a48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/happy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ name: happy-commit
on:
- pull_request

permissions:
contents: read
pull-requests: write
issues: write

jobs:
happy:
runs-on: ubuntu-latest
name: happy
continue-on-error: true
steps:
- uses: kitsuyui/happy-commit@v0.8
with:
Expand Down

0 comments on commit 0c51a48

Please sign in to comment.