Skip to content

Commit

Permalink
Updated the events for workflows
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
iamwatchdogs committed Oct 18, 2024
1 parent 8c1cf5f commit 73bae23
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/auto-assigner.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Auto Assign

on:
pull_request:
types: [opened, ready_for_review]
pull_request_target:
types: [opened, ready_for_review]
issues:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/auto-commentor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Auto-commenter

on:
pull_request:
types: [opened, closed]
pull_request_target:
types: [opened, closed]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/auto-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: hacktoberfest-labeler

on:
pull_request:
types: [opened, reopened, closed]
pull_request_target:
types: [opened, reopened, closed]

Expand Down

0 comments on commit 73bae23

Please sign in to comment.