Skip to content

Commit 56da500

Browse files
authored
Update ddev validate labeler after bumping the labeler action to v5 (DataDog#22436)
* Fix pr workflow to report pr context * Fix labeler workflow * Update ddev to run validate labeler with the latest config version for labeler * Add changelog * Remove local integration not in repo * Fix qa and release labels * Remove skipqa label. Barely used and prevents us from using the sync label option * Remove pycache from labeler * Add __pycache__ as a non-integration folder * Remove redundant calls tolabeler_config_for_check
1 parent 090835f commit 56da500

8 files changed

Lines changed: 1295 additions & 458 deletions

File tree

.ddev/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ ddev = false
197197
docs = false
198198
# This is a directory that exists only in CI but need to include it to avoid tests failing in CI
199199
trace-captures = false
200+
## Just in case __pycache__ is present in the root of the repo
201+
__pycache__ = false
200202

201203
# Explicitely add the platforms supported by an integration for those where the manifest has been
202204
# removed.

0 commit comments

Comments
 (0)