Skip to content

Commit

Permalink
runs on everything
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Sep 21, 2023
1 parent 4192cce commit 9177f2b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,23 @@ name: Confirm PRs have milestones
on:
pull_request:
types:
- edited
- assigned
- unassigned
- labeled
- unlabeled
- opened
- edited
- closed
- reopened
- synchronize
- converted_to_draft
- ready_for_review
- locked
- unlocked
- review_requested
- review_request_removed
- auto_merge_enabled
- auto_merge_disabled
paths:
- lib/**/*
- core/**/*
Expand Down

0 comments on commit 9177f2b

Please sign in to comment.