From bfeedeb699b56195f317ef90e440dd391a1762cd Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Thu, 1 Sep 2022 17:03:35 +0200 Subject: [PATCH] ci: fix PR (#2888) --- .github/workflows/github-projects-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-projects-pr.yml b/.github/workflows/github-projects-pr.yml index 35a9cb15405e..3f2ea3f68325 100644 --- a/.github/workflows/github-projects-pr.yml +++ b/.github/workflows/github-projects-pr.yml @@ -8,7 +8,7 @@ jobs: add-to-project: name: Add issue to project runs-on: ubuntu-latest - if: github.event.pull_request.head.repo.full_name == github.repository & github.actor != 'dependabot[bot]' + if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' steps: - uses: actions/add-to-project@main with: