Skip to content

Commit

Permalink
ci: use sloth
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski committed Jul 23, 2024
1 parent 3c78ba7 commit b7be2da
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/sloth.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Sloth

on:
pull_request:
merge_group:

jobs:
sloth:
runs-on: ubuntu-22.04
steps:
- name: Sloth
uses: lendable/sloth@v0
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignored: |
Validate PR title

0 comments on commit b7be2da

Please sign in to comment.