8000 Merge pull request #4985 from github/openapi-update-ee2e6b3df866d5d33d63104e50b5e387f45c3e3d2b975c0b41d1e8728e1c6f61 · github/rest-api-description@6165e61 · GitHub
[go: up one dir, main page]

Skip to content

[Schema Inaccuracy] <Describe Problem> #381

[Schema Inaccuracy] <Describe Problem>

[Schema Inaccuracy] <Describe Problem> #381

name: Add issues to API team project
permissions:
issues: write
contents: read
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/github/projects/8014
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}
0