Skip to content

ワーカー情報入力画面(ホストデータ作成・更新画面)の実装続き #187

ワーカー情報入力画面(ホストデータ作成・更新画面)の実装続き

ワーカー情報入力画面(ホストデータ作成・更新画面)の実装続き #187

name: Auto Assign to Project
on:
issues:
types: [opened]
pull_request:
types: [opened]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to One Project
steps:
- name: Assign NEW issues and NEW pull requests to mottai flutter app project
uses: srggrs/[email protected]
if: github.event.action == 'opened'
with:
project: 'https://github.com/kosukesaigusa/mottai-flutter-app/projects/2'
- name: Assign all issues and pull requests on this repository to the project
uses: srggrs/[email protected]
with:
project: 'https://github.com/kosukesaigusa/mottai-flutter-app/projects/2'
column_name: 'To do'