Skip to content

Commit

Permalink
Merge pull request #5229 from OfficeDev/megharai1302-patch-1
Browse files Browse the repository at this point in the history
Create RunIssueSentinel.yml
  • Loading branch information
megharai1302 authored Dec 30, 2024
2 parents fc10cfd + 8349728 commit cdc010e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/RunIssueSentinel.yml
Original file line number Diff line number Diff line change
@@ -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 similar issues in your repo, default: true
enable-security-issues-scanning: true # Scan security issues in your repo, default: false

0 comments on commit cdc010e

Please sign in to comment.