Update readme and add github action (#2228)

This commit is contained in:
XiaoxuHU 2023-09-11 14:41:24 -07:00 коммит произвёл GitHub
Родитель 7fc00fcd7a
Коммит dfcf59a296
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 31 добавлений и 0 удалений

29
.github/workflows/lockdown.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,29 @@
# For disabling pull requests and issues with repo-lockdown github action
# https://github.com/marketplace/actions/repo-lockdown
name: 'Repo Lockdown'
on:
issues:
types: opened
pull_request_target:
types: opened
schedule:
- cron: '0 * * * *'
permissions:
issues: write
pull-requests: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/repo-lockdown@v3
with:
issue-labels: 'off-topic'
issue-comment: >
This repository does not accept bug reports,
see the README for details.
pr-comment: >
This repository does not accept pull requests,
see the README for details.

Просмотреть файл

@ -1,3 +1,5 @@
# :exclamation: Warning: This Repo is no longer accept new Pull Requests, please use [AAPT-Antares-AppServiceDiagnostics-Portal](https://msazure.visualstudio.com/One/_git/AAPT-Antares-AppServiceDiagnostics-Portal)
# Azure App Services Diagnostics Portal And Applens
This is the repository for Azure App Service diagnostics experience.