diff --git a/.github/workflows/assign_issues_to_project.yaml b/.github/workflows/assign_issues_to_project.yaml index 132de0ae..9043a2c3 100644 --- a/.github/workflows/assign_issues_to_project.yaml +++ b/.github/workflows/assign_issues_to_project.yaml @@ -23,8 +23,9 @@ jobs: uses: skarlso/caretaker@v0.5.0 with: command: scan - owner: skarlso - repo: test + owner: ocm-controller + repo: open-component-model + isOrganization: true token: ${{ steps.generate_token.outputs.token }} - statusOption: In Review + statusOption: 👀 In review pullRequestProcessedLabel: caretaker-checked # a label to mark the pull request as seen \ No newline at end of file