Skip to content

Commit

Permalink
Merge pull request #1514 from braingram/ci/label_checker
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Apr 11, 2023
2 parents a9e3ad7 + 3e5d592 commit 13334ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ contains(github.event.pull_request.labels.*.name, 'backport-2.15.x') }}
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
milestone: "2.15.0"
milestone: "2.15.1"
- uses: andrefcdias/[email protected]
if: ${{ contains(github.event.pull_request.labels.*.name, 'development') && !contains(github.event.pull_request.labels.*.name, 'backport-2.15.x')}}
with:
Expand Down

0 comments on commit 13334ba

Please sign in to comment.