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 cdb167f commit cb6087eCopy full SHA for cb6087e
.github/workflows/required-labels.yml
@@ -24,7 +24,7 @@ jobs:
24
labels=$(yq '[.categories[].labels] + .exclude-labels | flatten | unique | sort | @tsv' .github/release-drafter.yml | tr '\t' ',')
25
echo "labels=$labels" >> "${GITHUB_OUTPUT}"
26
- id: check-labels
27
- uses: mheap/github-action-required-labels@388fd6af37b34cdfe5a23b37060e763217e58b03 # v5.5
+ uses: mheap/github-action-required-labels@8afbe8ae6ab7647d0c9f0cfa7c2f939650d22509 # v5.5
28
with:
29
mode: exactly
30
count: 1
0 commit comments