Browse Source

[actions] switch Automatic Rebase workflow to `pull_request_target` event

Jordan Harband 4 years ago
parent
commit
bbe032fa7e
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
  1. 2
      .github/workflows/rebase.yml

2
.github/workflows/rebase.yml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
name: Automatic Rebase
on: [pull_request]
on: [pull_request_target]
jobs:
_:

Loading…
Cancel
Save