Skip to content

Commit

Permalink
add autoformat trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
irgolic committed Nov 4, 2023
1 parent 58930ae commit 0727c62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .autopr/triggers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ triggers:
Respond in 1-3 sentences.
IGNORED_PATHS:
- "*/resources/*"
- label_substring: autoformat
on_issue: false
on_pull_request: true
run:
action: bash
inputs:
command: make format

0 comments on commit 0727c62

Please sign in to comment.