We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971f110 commit 0340f5eCopy full SHA for 0340f5e
.github/workflows/RunIssueSentinel.yml
@@ -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