We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d745281 commit fa80172Copy full SHA for fa80172
.github/workflows/auto-merge.yml
@@ -9,7 +9,7 @@ permissions:
9
jobs:
10
dependabot:
11
runs-on: ubuntu-latest
12
- if: ${{ github.actor == 'dependabot[bot]' }}
+ if: ${{ github.actor == 'dependabot[bot]' && github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'adobe/css-tools'}}
13
steps:
14
- name: Dependabot metadata
15
id: metadata
0 commit comments