Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Migrate from GitLab CI to GitHub Actions #48

Open
neelkamath opened this issue Oct 2, 2021 · 5 comments
Open

Migrate from GitLab CI to GitHub Actions #48

neelkamath opened this issue Oct 2, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@neelkamath
Copy link
Owner

  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 neelkamath added enhancement New feature or request good first issue Good for newcomers hacktoberfest labels Oct 2, 2021
@garg-saurav
Copy link

I'll work on this

@garg-saurav
Copy link

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

@geekypandey
Copy link
Contributor

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

@geekypandey
Copy link
Contributor

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

@neelkamath
Copy link
Owner Author

@geekypandey Yes, please.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants