diff --git a/.github/workflows/RunIssueSentinel.yml b/.github/workflows/RunIssueSentinel.yml new file mode 100644 index 00000000..2bb393e1 --- /dev/null +++ b/.github/workflows/RunIssueSentinel.yml @@ -0,0 +1,17 @@ +name: Run issue sentinel +on: + issues: + types: [opened, edited, closed] + +jobs: + Issue: + permissions: + issues: write + runs-on: ubuntu-latest + steps: + - name: Run Issue Sentinel + uses: Azure/issue-sentinel@v1 + with: + password: ${{secrets.ISSUE_SENTINEL_PASSWORD}} + enable-similar-issues-scanning: true # Scan for similar issues + enable-security-issues-scanning: true # Scan for security issues \ No newline at end of file