Skip to content

Commit d8b12e3

Browse files
committed
Enable Issue-Sentinel to scan for similar issues
1 parent 971f110 commit d8b12e3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Run issue sentinel
2+
on:
3+
issues:
4+
types: [opened, edited, closed]
5+
6+
jobs:
7+
Issue:
8+
permissions:
9+
issues: write
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Run Issue Sentinel
13+
uses: Azure/issue-sentinel@v1
14+
with:
15+
password: ${{secrets.ISSUE_SENTINEL_PASSWORD}}
16+
enable-similar-issues-scanning: true # Scan for similar issues
17+
enable-security-issues-scanning: true # Scan for security issues

0 commit comments

Comments
 (0)