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 eef1671 commit 1c75015Copy full SHA for 1c75015
.github/workflows/main.yml
@@ -1,12 +1,13 @@
1
on:
2
workflow_dispatch:
3
+ pull_request_target:
4
schedule:
5
- cron: '0 0 * * *'
6
7
jobs:
8
merge-dependabot:
9
name: Auto-merge Dependabot PRs
- if: "github.event.name == 'pull_request_target' && github.actor == 'dependabot[bot]' && contains( github.event.pull_request.labels.*.name, 'java')"
10
+ if: "github.event.name == 'pull_request_target' && github.actor == 'dependabot[bot]'"
11
runs-on: ubuntu-latest
12
steps:
13
- name: Approve
0 commit comments