File: RunIssueSentinel.yml

package info (click to toggle)
azure-cli 2.82.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,359,416 kB
  • sloc: python: 1,910,381; sh: 1,343; makefile: 406; cs: 145; javascript: 74; sql: 37; xml: 21
file content (17 lines) | stat: -rw-r--r-- 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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:
          enable-similar-issues-scanning: true
          enable-security-issues-scanning: true
          enable-ux-tag: true