jazzband / pip-tools

A set of tools to keep your pinned Python dependencies fresh.
https://pip-tools.rtfd.io
BSD 3-Clause "New" or "Revised" License
7.69k stars 610 forks source link

Exclude pre-commit ci from release notes #1976

Closed theryanwalker closed 1 year ago

theryanwalker commented 1 year ago

https://github.com/release-drafter/release-drafter#exclude-contributors

Contributor checklist
Maintainer checklist
chrysle commented 1 year ago

You forgot to set the skip-changelog label in #1975.

atugushev commented 1 year ago

You forgot to set the skip-changelog label in #1975.

@chrysle It's great that bot's PR won't be included in the release notes and we don't have to put skip-changelog label manually. Unfortunately, @pre-commit-ci lacks the ability to apply labels.

theryanwalker commented 1 year ago
image

Hmm, that failed for some reason.

webknjaz commented 1 year ago

@theryanwalker GitHub Apps are represented differently in GitHub API. Their login has a trailing [bot] suffix. You've ignored a normal user account @pre-commit-ci which may exist with the same identifier as the app.

My educated guess (based on experience with writing GitHub Apps and Actions) would be that pre-commit-ci[bot] will likely work.

Screenshot_2023-09-05-23-19-37-20_320a9a695de7cdce83ed5281148d6f19.jpg

Screenshot_2023-09-05-23-19-24-28_320a9a695de7cdce83ed5281148d6f19.jpg