Skip to content

Commit

Permalink
Merge pull request #7265 from DataDog/bbujon/ci-github-fix
Browse files Browse the repository at this point in the history
Fix milestone assignment automation
  • Loading branch information
PerfectSlayer committed Jul 2, 2024
2 parents cdecb42 + 8489411 commit a9dde4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-milestone-to-pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
return
}
// Get the base branch
const base = '${{ github.event.pull_request.base.label }}'
const base = '${{ github.event.pull_request.base.ref }}'
// Look for the matching milestone
let milestoneNumber = null
if (base == 'master') {
Expand Down

0 comments on commit a9dde4f

Please sign in to comment.