Trigger a Danger run when labelling a PR too. (#2972)

This commit is contained in:
Doug 2024-06-27 11:33:47 +01:00 committed by GitHub
parent 342cfc0d3f
commit 152ecc6f9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,8 @@
name: Danger CI
on: [pull_request]
on:
pull_request:
types: [ labeled, synchronize, opened, reopened ]
jobs:
build: