From 59bd87b6964c42fa3ff31e9f9c47c426a2d6e0c7 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 25 May 2022 10:38:03 +0300 Subject: [PATCH] chore: Synced file(s) with cloudquery/.github (#28) Synced local file(s) with [cloudquery/.github](https://github.com/cloudquery/.github). --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#2382842799](https://github.com/cloudquery/.github/actions/runs/2382842799) --- .github/workflows/issue_to_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_to_project.yml b/.github/workflows/issue_to_project.yml index e271077c..3fc76f85 100644 --- a/.github/workflows/issue_to_project.yml +++ b/.github/workflows/issue_to_project.yml @@ -13,7 +13,7 @@ jobs: issue_opened_or_reopened: name: issue_opened_or_reopened runs-on: ubuntu-latest - if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened') && github.event.issue.user.login != 'renovate[bot]' + if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened') && github.event.issue.user.login != 'cq-bot' steps: - name: Move issue to ${{ env.todo }} uses: leonsteinhaeuser/project-beta-automations@v1.2.1