fix: fix Environment.swift reference path #50
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |