github.heygears.com/openimsdk/tools@v0.0.49/.github/workflows/project-progress.yml (about)

     1  # Copyright © 2023 OpenIM open source community. All rights reserved.
     2  #
     3  # Licensed under the Apache License, Version 2.0 (the "License");
     4  # you may not use this file except in compliance with the License.
     5  # You may obtain a copy of the License at
     6  #
     7  #     http://www.apache.org/licenses/LICENSE-2.0
     8  #
     9  # Unless required by applicable law or agreed to in writing, software
    10  # distributed under the License is distributed on an "AS IS" BASIS,
    11  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  # See the License for the specific language governing permissions and
    13  # limitations under the License.
    14  
    15  # GitHub recommends pinning actions to a commit SHA.
    16  # To get a newer version, you will need to update the SHA.
    17  # You can also reference a tag or branch, but the action may change without warning.
    18  
    19  name: Move assigned card
    20  on:
    21    issues:
    22      types:
    23        - assigned
    24    pull_request:
    25      types: 
    26        - assigned
    27      branches-ignore:
    28        - 'asf-auto-updates'
    29        - 'ignore'
    30  
    31  jobs:
    32    move-assigned-card:
    33      runs-on: ubuntu-latest
    34      steps:
    35        - uses: alex-page/github-project-automation-plus@v0.9.0
    36          with:
    37            project: openim-powerful
    38            column: In Progress
    39            repo-token: ${{ secrets.BOT_GITHUB_TOKEN }}