Unverified Commit 7f77f903 authored by Hong Minhee's avatar Hong Minhee
Browse files

Change workflow trigger from pull_request to pull_request_target

This allows the workflow to access secret variables which are not accessible
in pull_request events.

[ci skip]
parent 77c62d3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: ai-labeler
on:
  issues:
    types: [opened, edited, reopened, labeled]
  pull_request:
  pull_request_target:
    types: [opened, edited, reopened, labeled]

jobs: