Skip to content

Commit

Permalink
Merge pull request #847 from planetary-social/feature/enable-merge-queue
Browse files Browse the repository at this point in the history
Support GitHub merge queue in test workflow
  • Loading branch information
joshuatbrown authored Jan 24, 2024
2 parents 06b3380 + e520c21 commit 252de8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
# This is needed to allow skipping enforcement of the changelog in PRs with specific labels,
# as defined in the (optional) "skipLabels" property.
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
merge_group:
types: [checks_requested]
push:
branches: main
env:
Expand Down

0 comments on commit 252de8d

Please sign in to comment.