Skip to content

Commit

Permalink
Merge pull request #2399 from DataDog/pierre/fix-milestone
Browse files Browse the repository at this point in the history
[Automation] Fix script path in the milestone action
  • Loading branch information
pierotibou authored Dec 1, 2023
2 parents 0162598 + c9c0f62 commit 5336a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_add_pr_to_miletone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dotnet-version: '7.0.101'

- name: "Assign to vNext Milestone"
run: ./tracer/build.sh AssignPullRequestToMilestone
run: ./github-actions-helpers/build.sh AssignPullRequestToMilestone
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PullRequestNumber: "${{ github.event.pull_request.number }}"

0 comments on commit 5336a60

Please sign in to comment.