spacy-server icon indicating copy to clipboard operation
spacy-server copied to clipboard

Migrate from GitLab CI to GitHub Actions

Open neelkamath opened this issue 4 years ago • 5 comments

  1. Create a GitHub Actions workflow based on .gitlab-ci.yml. Name the workflow .github/workflows/workflow.yml. The workflow should run on pushes to the master branch, and on pull requests. Here's an example snippet:

    on:
      push:
        branches: [ master ]
      pull_request:
    
  2. Delete the GitLab CI file.

If you'd like to work on this, leave a comment saying something like "I'll work on this.", and you can begin without waiting for me to OK it. The point of writing the comment is to let others know that this issue has already been taken up.

neelkamath avatar Oct 02 '21 03:10 neelkamath

I'll work on this

garg-saurav avatar Oct 02 '21 04:10 garg-saurav

Looks like there is some issue in the yml file. Others can pitch in.

garg-saurav avatar Oct 02 '21 06:10 garg-saurav

@garg-saurav Hey hi, are you still working on this issue?

geekypandey avatar Oct 05 '21 07:10 geekypandey

@neelkamath Can I take up this issue if @garg-saurav is not currently working on it?

geekypandey avatar Oct 10 '21 16:10 geekypandey

@geekypandey Yes, please.

neelkamath avatar Oct 11 '21 07:10 neelkamath