Skip to content

Commit

Permalink
Update workflow (#3022)
Browse files Browse the repository at this point in the history
  • Loading branch information
avidit authored Dec 19, 2023
1 parent 3acc356 commit 59a9dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/move_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
GH_TOKEN: ${{ secrets.DYNAMO_ISSUES_TOKEN }}
run: |
gh issue edit ${{ github.event.issue.number }} --remove-project "${{ env.project_name }}" --repo ${{ github.repository }}
gh issue transfer ${{ github.event.issue.number }} DynamoDS/Dynamo
gh issue transfer ${{ github.event.issue.number }} DynamoDS/Dynamo --repo ${{ github.repository }}
transfer_issue_labeled_as_wishlist:
name: Transfer issue labeled as Wishlist
runs-on: ubuntu-latest
Expand All @@ -50,7 +50,7 @@ jobs:
GH_TOKEN: ${{ secrets.DYNAMO_ISSUES_TOKEN }}
run: |
gh issue edit ${{ github.event.issue.number }} --remove-project "${{ env.project_name }}" --repo ${{ github.repository }}
gh issue transfer ${{ github.event.issue.number }} DynamoDS/DynamoWishlist
gh issue transfer ${{ github.event.issue.number }} DynamoDS/DynamoWishlist --repo ${{ github.repository }}
move_issue_labeled_as_tracked:
name: Move issue labeled as tracked
runs-on: ubuntu-latest
Expand Down

0 comments on commit 59a9dd7

Please sign in to comment.