Skip to content

Commit ca61de7

Browse files
committed
fix: set correct repo
1 parent dba45ef commit ca61de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
jobs:
88
dependabot:
99
runs-on: ubuntu-latest
10-
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'owner/my_repo'
10+
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'open-telemetry/opentelemetry-php-contrib'
1111
steps:
1212
- name: Dependabot metadata
1313
id: metadata

0 commit comments

Comments
 (0)