Skip to content

Commit

Permalink
[github] milestones on PR are edited through issues API
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 10, 2020
1 parent f8620e8 commit 667ac59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-milestone.yml
Expand Up @@ -100,7 +100,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
with:
route: PATCH /repos/:owner/:repo/pulls/:pull_number
route: PATCH /repos/:owner/:repo/issues/:pull_number
pull_number: ${{ github.event.pull_request.number }}
milestone: ${{ steps.compute_milestone.outputs.milestone_number }}
owner: ${{ github.event.pull_request.base.repo.owner.login }}
Expand Down

0 comments on commit 667ac59

Please sign in to comment.