Skip to content

Update mindsdb.Dockerfile #2

Update mindsdb.Dockerfile

Update mindsdb.Dockerfile #2

name: Add Pull Requests to PR review project
on:
pull_request:
types:
- opened
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Check if actor is an organization member
id: check-membership
run: |
if [[ "${{ github.actor }}" == "mindsdb/"* ]]; then
echo "::set-output name=isOrgMember::true"
else
echo "::set-output name=isOrgMember::false"
fi
shell: bash
- name: Add issue to project
if: steps.check-membership.outputs.isOrgMember == 'true'
uses: actions/add-to-project@v0.5.0
with:

Check failure on line 26 in .github/workflows/add_to_pr_review.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/add_to_pr_review.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
project-url: https://github.com/orgs/mindsdb/projects/65
github-token: ${{ secrets.ADD_TO_PR }}