We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b21ecf commit 501ccc2Copy full SHA for 501ccc2
.github/workflows/dcm.yml
@@ -4,7 +4,9 @@ name: Dart Code Metrics
4
5
on:
6
pull_request_target:
7
- types: [opened, reopened, labeled, unlabeled]
+ # labeled and unlabeled are required along with open to re-run
8
+ # workflow when the run-dcm-workflow label is added or removed.
9
+ types: [opened, labeled, unlabeled]
10
branches:
11
- master
12
0 commit comments