Skip to content

Commit 73bae23

Browse files
committed
Updated the events for workflows
Removed pull_request event which might be triggering the workflow instead of pull_request_target. This could fix this issue but might raise some security concerns.
1 parent 8c1cf5f commit 73bae23

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/auto-assigner.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Auto Assign
22

33
on:
4-
pull_request:
5-
types: [opened, ready_for_review]
64
pull_request_target:
75
types: [opened, ready_for_review]
86
issues:

.github/workflows/auto-commentor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Auto-commenter
22

33
on:
4-
pull_request:
5-
types: [opened, closed]
64
pull_request_target:
75
types: [opened, closed]
86

.github/workflows/auto-labeler.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: hacktoberfest-labeler
22

33
on:
4-
pull_request:
5-
types: [opened, reopened, closed]
64
pull_request_target:
75
types: [opened, reopened, closed]
86

0 commit comments

Comments
 (0)