Skip to content

Commit

Permalink
revert: changed pull_request_target to pull_request (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepankarm authored Aug 19, 2021
1 parent 664bf1a commit 8d9ee24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CLA
on:
issue_comment:
types: [created]
pull_request:
pull_request_target:
types: [opened,closed,synchronize]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# commit-lint needs "pull_request" access,
# commit-lint needs "pull_request_target" access,
# therefore separate from main ci.yml
name: PR

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hacktoberfest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: issue-hf2020
#on:
# issues:
# types: [opened]
# pull_request:
# pull_request_target:
# types: [opened]

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PR

on:
pull_request:
pull_request_target:

jobs:
assign-label-to-pr:
Expand Down

0 comments on commit 8d9ee24

Please sign in to comment.