Skip to content

[Documentation] New releases 4.79.1 and 4.79.2 should be mentioned in release notes and GitHub releases #471

[Documentation] New releases 4.79.1 and 4.79.2 should be mentioned in release notes and GitHub releases

[Documentation] New releases 4.79.1 and 4.79.2 should be mentioned in release notes and GitHub releases #471

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