Skip to content

Commit fc698ab

Browse files
authored
use the new syntax of ignoring bots (pydata#10668)
* use the new syntax to ignore bots * [skip-ci][skip-rtd]
1 parent 0074b76 commit fc698ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
changelog:
22
exclude:
33
authors:
4-
- dependabot
5-
- pre-commit-ci
4+
- dependabot[bot]
5+
- pre-commit-ci[bot]

0 commit comments

Comments
 (0)