We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f570a5a commit f6bda12Copy full SHA for f6bda12
.github/workflows/pattern-metrics.yaml
@@ -52,7 +52,7 @@ jobs:
52
# Store CODEOWNERS_FILTERto GitHub Action environment (not permanent)
53
echo "CODEOWNERS_FILTER=$CODEOWNERS_FILTER" >> "$GITHUB_ENV"
54
55
- - name: Run issue-metrics tool
+ - name: Run issue-metrics tool for issues
56
uses: github/issue-metrics@v2
57
env:
58
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments