This commit is contained in:
shokouedamsr 2023-01-31 17:56:22 +00:00 коммит произвёл GitHub
Родитель 12656055a5
Коммит f90f267c8f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 21 удалений

21
.github/workflows/github-projects.yml поставляемый
Просмотреть файл

@ -1,21 +0,0 @@
name: "Add To CCF Current Horizon GitHub project"
# Using the Github action from https://github.com/actions/add-to-project
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-20.04
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/microsoft/projects/403
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}