Skip to content

Commit 5337252

Browse files
fix
1 parent 56a0cb1 commit 5337252

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/openaev-auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "[OpenAEV] Auto Label"
22
on:
3-
pull_request:
3+
pull_request_target:
44
branches: [main, release/current]
55
types: [opened, reopened]
66
permissions:

.github/workflows/openaev-validate-pr-title.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
pull_request:
44
branches: [main, release/current]
55
types: [opened, edited, reopened, ready_for_review, synchronize]
6+
permissions:
7+
contents: read
68
jobs:
79
validate-pr-title:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)