We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee10124 commit a0bfbf7Copy full SHA for a0bfbf7
.github/workflows/labeler.yml
@@ -58,7 +58,7 @@ jobs:
58
})
59
- name: Add comment for community PR
60
if: contains(steps.is_elastic_member.outputs.result, 'false') && github.actor != 'dependabot[bot]' && github.actor != 'elastic-renovate-prod[bot]' && github.actor != 'elastic-observability-automation[bot]'
61
- uses: wow-actions/auto-comment@v1
+ uses: wow-actions/auto-comment@2fc064c21cfb2505de3c5c10e1473b8eb7beca1a # v1.1.2
62
with:
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
pullRequestOpened: |
0 commit comments