We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb430ae commit ea2c473Copy full SHA for ea2c473
.github/workflows/backport.yaml
@@ -8,10 +8,10 @@ jobs:
8
backport:
9
name: "Backport PR"
10
runs-on: "ubuntu-latest"
11
+ if: "${{ github.event.pull_request.merged == true }}"
12
steps:
13
- name: "Backport Action"
14
uses: "sorenlouv/backport-github-action@v9.3.1"
- if: "${{ github.event.pull_request.merged == true }}"
15
with:
16
github_token: "${{ secrets.GITHUB_TOKEN }}"
17
auto_backport_label_prefix: "auto-backport-to-"
0 commit comments