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.
2 parents e780e2e + b324863 commit 9642f64Copy full SHA for 9642f64
2 files changed
.github/workflows/backport.yaml
@@ -11,7 +11,7 @@ jobs:
11
if: "${{ github.event.pull_request.merged == true }}"
12
steps:
13
- name: "Backport Action"
14
- uses: "sorenlouv/backport-github-action@v11.0.0"
+ uses: "sorenlouv/backport-github-action@v12.0.0"
15
with:
16
github_token: "${{ secrets.BOT_TOKEN }}"
17
auto_backport_label_prefix: "auto-backport-to-"
.github/workflows/dependabot-review.yaml
@@ -18,7 +18,7 @@ jobs:
18
persist-credentials: "false"
19
- name: "Dependabot metadata"
20
id: "dependabot-metadata"
21
- uses: "dependabot/fetch-metadata@v3.0.0"
+ uses: "dependabot/fetch-metadata@v3.1.0"
22
- name: "Enable auto-merge for Dependabot PRs"
23
run: "gh pr merge --auto --merge $PR_URL"
24
env:
0 commit comments