Skip to content
Snippets Groups Projects
Unverified Commit 05782f8e authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

Fix Milestone Reminder (#35685)

parent cd4d3d89
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ on:
jobs:
milestone-reminder:
if: github.event.pull_request.merged == 'true'
if: github.event.pull_request.merged == true
name: Remind to set milestone
runs-on: ubuntu-22.04
timeout-minutes: 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment