mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-13 18:08:13 +00:00
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:
parent
dd2df460b3
commit
26a6b40554
1 changed files with 0 additions and 18 deletions
18
.github/workflows/add-issues-to-project.yml
vendored
18
.github/workflows/add-issues-to-project.yml
vendored
|
|
@ -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
|
||||
Loading…
Reference in a new issue