github.com/matrixorigin/matrixone@v0.7.0/.github/workflows/issue_to_project.yml (about)

     1  name: auto add issue to project
     2  
     3  on:
     4    issues:
     5      types:
     6        - opened
     7        - labeled
     8        - transferred
     9  
    10  jobs:
    11    auto-to-project:
    12      runs-on: ubuntu-latest
    13  
    14      steps:
    15        - name: Add Issue To GitHub Project
    16          uses: actions/add-to-project@v0.4.0
    17          with:
    18            project-url: https://github.com/orgs/matrixorigin/projects/13/views/1
    19            github-token: ${{ secrets.TOKEN_ACTION }}
    20            labeled: kind/bug,kind/docs,kind/enhancement,kind/feature,kind/questions,kind/performance,kind/refactoring,kind/subtask
    21            label-operator: OR