Commit dce1564
fix: change the exclusion pattern for bots (#636)
* change the excluded bot names
It seems github changed the way this works, such that this has to match what is displayed as author (which includes the `[bot]` marker for bots like `pre-commit-ci` and `dependabot`)
* style: pre-commit fixes
* wrap in quotes to keep it valid json
(and also to prevent the auto-formatter from removing the changes)
* style: pre-commit fixes
* edit the template instead
* style: pre-commit fixes
* Fix link formatting for GitHub changelog
* Update bot names in changelog exclusions
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <[email protected]>1 parent 6127b75 commit dce1564
File tree
3 files changed
+13
-10
lines changed- .github
- docs/pages/guides
- {{cookiecutter.project_name}}/.github
3 files changed
+13
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
736 | | - | |
737 | | - | |
| 736 | + | |
| 737 | + | |
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
742 | | - | |
743 | | - | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
0 commit comments