mirror of
https://github.com/minio/minio.git
synced 2024-12-26 15:15:55 -05:00
82a6ad2c10
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
19 lines
338 B
YAML
19 lines
338 B
YAML
# @format
|
|
|
|
name: Issue Workflow
|
|
|
|
on:
|
|
issues:
|
|
types:
|
|
- opened
|
|
|
|
jobs:
|
|
add-to-project:
|
|
name: Add issue to project
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/add-to-project@v0.5.0
|
|
with:
|
|
project-url: https://github.com/orgs/miniohq/projects/2
|
|
github-token: ${{ secrets.BOT_PAT }}
|