Skip to content

Commit

Permalink
fix(ci): Fix milestone assignment automation
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer committed Jul 1, 2024
1 parent cdecb42 commit 8489411
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 8489411

Please sign in to comment.