Browse Source

fix(ci): run lgtm label remover in pull_request_target context instead (#5366)

Signed-off-by: Erik Westra <e.s.westra.95@gmail.com>
Co-authored-by: Gergely Brautigam <skarlso777@gmail.com>
Erik Westra 6 months ago
parent
commit
a16602ccb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/lgtm-remove-on-update.yml

+ 1 - 1
.github/workflows/lgtm-remove-on-update.yml

@@ -1,6 +1,6 @@
 name: Pull Request Maintenance
 on:
-  pull_request:
+  pull_request_target:
     types: [synchronize]
 
 permissions: