This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new eceba03e97 chore(ci): remove unused (wrong) triggers
eceba03e97 is described below
commit eceba03e9752ec21fdcec276cfc7fdfd96627662
Author: Sebastian Rühl <[email protected]>
AuthorDate: Thu Apr 23 09:08:08 2026 +0200
chore(ci): remove unused (wrong) triggers
---
.github/workflows/release-drafter.yml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/.github/workflows/release-drafter.yml
b/.github/workflows/release-drafter.yml
index a274ad07a4..d3dba109d0 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -22,13 +22,6 @@ on:
push:
branches:
- develop
- # pull_request event is required only for autolabeler
- pull_request:
- # Only following types are handled by the action, but one can default to
all as well
- types: [opened, reopened, synchronize]
- # pull_request_target event is required for autolabeler to support PRs from
forks
- # pull_request_target:
- # types: [opened, reopened, synchronize]
permissions:
contents: read