Skip to content

Commit

Permalink
fix: organization and repository name (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso authored Nov 29, 2023
1 parent c2a54b0 commit efb6e84
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/assign_issues_to_project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit efb6e84

Please sign in to comment.