Skip to content

Commit

Permalink
feature: add force move closed issues (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso authored Apr 22, 2024
1 parent fa584c3 commit b2481a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-project-items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
app_id: ${{ secrets.OCMBOT_APP_ID }}
private_key: ${{ secrets.OCMBOT_PRIV_KEY }}
- name: scan project
uses: skarlso/caretaker@v0.6.2
uses: skarlso/caretaker@v0.7.0
with:
command: scan-project
owner: open-component-model
Expand All @@ -30,3 +30,4 @@ jobs:
token: ${{ steps.generate_token.outputs.token }}
statusOption: 🔒Closed
fromStatusOption: 🍺 Done
moveClosed: true

0 comments on commit b2481a0

Please sign in to comment.