mirror of
https://github.com/strapi/strapi.git
synced 2025-12-31 17:24:14 +00:00
19 lines
399 B
YAML
19 lines
399 B
YAML
name: Add bugs to bugs project
|
|
|
|
on:
|
|
issues:
|
|
types:
|
|
- opened
|
|
- transferred
|
|
|
|
permissions: {}
|
|
jobs:
|
|
add-to-project:
|
|
name: Add issue to Support Team project
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/add-to-project@main
|
|
with:
|
|
project-url: https://github.com/orgs/strapi/projects/15
|
|
github-token: ${{ secrets.PROJECT_TRANSFER_TOKEN }}
|