**IMPORTANT FIX**

- pull_request_target trigger does not verify the requesters commit(s)
- is more to be used for automations like labeling, commenting, ...
  - stuff where a token with write access to the repo is necesarry
This commit is contained in:
mauwii 2022-10-29 23:48:25 +02:00
parent 338efa5a7a
commit 0596ebd5a9
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -4,7 +4,7 @@ on:
branches:
- 'main'
- 'development'
pull_request_target:
pull_request:
branches:
- 'main'
- 'development'