We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abb961 commit b35e601Copy full SHA for b35e601
1 file changed
.github/workflows/UpdateRuleMetadata.yml
@@ -12,8 +12,9 @@ jobs:
12
steps:
13
- name: Update Rule Metadata
14
id: update-rule-metadata
15
- uses: SonarSource/release-github-actions/update-rule-metadata@d5c6ea704d50c7450cd3fb59a932eb460f1a5f83
+ uses: SonarSource/release-github-actions/update-rule-metadata@e9c7eec21c0eb0a64ffb1e8f5a85c201564dd2c2
16
with:
17
+ labels: ''
18
rspec-token-suffix: "rspec"
19
20
- name: Check Rule Metadata Changes
0 commit comments