Skip to content

Commit 1c75015

Browse files
authored
Update main.yml
1 parent eef1671 commit 1c75015

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
on:
22
workflow_dispatch:
3+
pull_request_target:
34
schedule:
45
- cron: '0 0 * * *'
56

67
jobs:
78
merge-dependabot:
89
name: Auto-merge Dependabot PRs
9-
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]'"
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Approve

0 commit comments

Comments
 (0)