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 dba45ef commit ca61de7Copy full SHA for ca61de7
.github/workflows/dependabot-auto-approve.yml
@@ -7,7 +7,7 @@ permissions:
7
jobs:
8
dependabot:
9
runs-on: ubuntu-latest
10
- if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'owner/my_repo'
+ if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'open-telemetry/opentelemetry-php-contrib'
11
steps:
12
- name: Dependabot metadata
13
id: metadata
0 commit comments