Delete add-issues-to-project (#14147)

It is not currently possible to get the appropriate org level
permissions for this action.

It should soon be possible to do this automatically within
[GitHub](https://github.com/microsoft/github-operations/issues/59#issuecomment-1275424404).
This commit is contained in:
Nat Kershaw (MSFT) 2023-01-11 14:33:37 -08:00 committed by GitHub
parent dd2df460b3
commit 26a6b40554
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,18 +0,0 @@
name: Add documentation issues to docs project
on:
issues:
types:
- opened
- labeled
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/microsoft/projects/635
github-token: ${{ secrets.GITHUB_TOKEN }}
labeled: documentation