Skip to content

Commit

Permalink
Add screenshot of a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lykahb authored Apr 24, 2022
1 parent 627f4f4 commit 23fcd49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@ A breakdown tells reviewer at a glance what the changes are. Does the bulk of th
with:
diff-stat: ${{ steps.filter.outputs.stat }}
```
With that workflow, a comment for a PR may look like this:
![diff](https://user-images.githubusercontent.com/852150/164955141-4567981d-201b-4c3a-ac20-76060823de2f.png)
The breakdown only lists the groups that have changed files. And if some files do not fall into any group, they are categorized as "other".
Also see [lykahb/paths-filter](https://github.com/lykahb/paths-filter) for the syntax of grouping files.

0 comments on commit 23fcd49

Please sign in to comment.