diff --git a/.github/workflows/reusable-project.yml b/.github/workflows/reusable-project.yml index 276108d..2f42a16 100644 --- a/.github/workflows/reusable-project.yml +++ b/.github/workflows/reusable-project.yml @@ -34,7 +34,7 @@ jobs: move_related_issues: true - name: 'Add Dependency PR by renovate to "🏗 PR Review"' - if: github.event_name == 'pull_request' && (contains(github.event.pull_request.labels.*.name, 'dependencies') || contains(github.event.pull_request.labels.*.name, 'config')) && (github.event.action == 'opened' || github.event.action == 'ready_for_review' || github.event.action == 'reopened') + if: github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]' && (github.event.action == 'opened' || github.event.action == 'ready_for_review' || github.event.action == 'reopened') uses: leonsteinhaeuser/project-beta-automations@v2.2.1 with: gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}