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 b0f3a6e commit 24d4639Copy full SHA for 24d4639
.github/pr-badge.yml
@@ -0,0 +1,9 @@
1
+- label: "Error"
2
+ message: "Wrong target branch"
3
+ color: "red"
4
+ when: "$targetBranchName != 'dev'"
5
+
6
+- label: "Warn"
7
+ message: "Missing labels"
8
+ color: "yellow"
9
+ when: "$payload.pull_request.labels.length === 0"
0 commit comments