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 3aca56a commit be457abCopy full SHA for be457ab
.repoman.yml
@@ -67,6 +67,13 @@ issues:
67
# New issue opened, add Not Triaged
68
- labels-add: [":watch: Not Triaged"]
69
70
+ # Dependabot opened issue, label it
71
+ - check:
72
+ - type: query
73
+ value: "Issue.user.login == 'dependabot'"
74
+ pass:
75
+ - labels-add: ["dependencies"]
76
+
77
# If breaking change issue metadata, add labels
78
- check:
79
- type: metadata-comment
0 commit comments