Skip to content

Commit 944d1e7

Browse files
committed
switch back to pull_request from pull_request_target
1 parent 65188f5 commit 944d1e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/artifact-size-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Artifact Size Metrics
22
on:
3-
pull_request_target:
3+
pull_request:
44
types: [ opened, synchronize, reopened, labeled, unlabeled ]
55
branches:
66
- main

.github/workflows/changelog-verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions:
44
id-token: write
55

66
on:
7-
pull_request_target:
7+
pull_request:
88
types: [ opened, synchronize, reopened, labeled, unlabeled ]
99
branches:
1010
- main
@@ -22,4 +22,4 @@ jobs:
2222
aws-region: us-west-2
2323

2424
- name: Verify changelog
25-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/changelog-verification@main
25+
uses: awslabs/aws-kotlin-repo-tools/.github/actions/changelog-verification@main

.github/workflows/kat-transform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Kat Transform
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types: [ opened, synchronize, reopened, labeled, unlabeled ]
66
branches:
77
- main

0 commit comments

Comments
 (0)