Ver código fonte

ci: revert running on the source repo of the PR

The permissions require a tweak to the default settings of the token, so
we need to run it under our own repo.
Jason Rumney 1 semana atrás
pai
commit
e34819c97f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/label-pr-size.yml

+ 1 - 1
.github/workflows/label-pr-size.yml

@@ -1,6 +1,6 @@
 name: Label PRs based on size
 name: Label PRs based on size
 
 
-on: [pull_request]
+on: [pull_request_target]
 
 
 jobs:
 jobs:
   add_pr_size_label:
   add_pr_size_label: