Skip to content

Commit

Permalink
[#60] Replace iterations with Milestone (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan authored Jan 12, 2024
1 parent 7e504b5 commit 1dd2e4a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/reusable-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,3 @@ jobs:
resource_node_id: ${{ github.event.pull_request.node_id }}
status_value: "✅ Done"
move_related_issues: true

- name: Set milestone if exist
if: "${{ github.event.inputs.milestone != '' }}"
uses: zoispag/action-assign-milestone@v1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
milestone: ${{ github.event.inputs.milestone }}

0 comments on commit 1dd2e4a

Please sign in to comment.