[Bug]: pgrep reporting PIDs that do not exist sometimes and causes server crash when monitoring enabled. #308
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Potential Duplicates | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
potential-duplicates: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Potential Duplicates | |
uses: wow-actions/potential-duplicates@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
filter: "" | |
exclude: "" | |
label: potential-duplicate | |
state: all | |
threshold: 0.8 | |
comment: > | |
Potential duplicates: {{#issues}} | |
- [#{{ number }}] {{ title }} ({{ accuracy }}%) | |
{{/issues}} |