Skip to content

Commit

Permalink
Concurrency limit when setting milestones (#14572)
Browse files Browse the repository at this point in the history
concurrency limit when setting milestones

Signed-off-by: Ahmed Kamal <[email protected]>
  • Loading branch information
kim0 authored Aug 10, 2022
1 parent 5e6a63b commit 90b9bb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/set-milestone-from-base-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
types: [closed]
branches: [master, 1.*]

concurrency: set-bb-issues-milestone

jobs:
set-pr-milestone:
if: github.event.pull_request.merged == true
Expand Down

0 comments on commit 90b9bb0

Please sign in to comment.