Skip to content

Commit

Permalink
chore: Synced file(s) with cloudquery/.github (#28)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
cq-bot authored May 25, 2022
1 parent 9b126c9 commit 59bd87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 59bd87b

Please sign in to comment.