We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4b0b8 commit 1864ceeCopy full SHA for 1864cee
.github/workflows/issue_to_project.yml
@@ -16,7 +16,7 @@ jobs:
16
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened') && github.event.issue.user.login != 'cq-bot'
17
steps:
18
- name: Move issue to ${{ env.todo }}
19
- uses: leonsteinhaeuser/project-beta-automations@v1.3.0
+ uses: leonsteinhaeuser/project-beta-automations@v2.0.0
20
with:
21
gh_token: ${{ secrets.GH_CQ_BOT }}
22
organization: cloudquery
0 commit comments