Skip to content

chore: fix ci

chore: fix ci #179

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'