Skip to content

Commit

Permalink
Enable the Backport workflow for pull requests that were made from …
Browse files Browse the repository at this point in the history
…forks

See tibdex/backport#77 for details
  • Loading branch information
DilumAluthge committed Jan 15, 2022
1 parent 283e65e commit d214d35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Backport
on:
pull_request:
pull_request_target:
types:
- closed
- labeled
Expand All @@ -9,6 +9,7 @@ jobs:
backport:
runs-on: ubuntu-18.04
name: Backport
if: github.event.pull_request.merged
steps:
- name: Backport
uses: tibdex/backport@v1
Expand Down

0 comments on commit d214d35

Please sign in to comment.