openwisp / openwisp-docs

OpenWISP Documentation.
http://openwisp.io/docs/
BSD 3-Clause "New" or "Revised" License
50 stars 66 forks source link

[ci] Moved CI to Github Actions #132

Closed ManishShah120 closed 3 years ago

ManishShah120 commented 3 years ago

closes #131

ManishShah120 commented 3 years ago

@nemesisdesign I have tested in my fork it is working fine. In order to take effect, this has to be merged into master.

devkapilbansal commented 3 years ago

@nemesisdesign I have tested in my fork it is working fine. In order to take effect, this has to be merged into master.

@ManishShah120 as you are a part of contributors team, you should be able to create a branch on this repository itself instead of a fork. Create a new branch from master. Then you can merge and create a PR from that branch to master so that it can be tested.

ManishShah120 commented 3 years ago

@ManishShah120 as you are a part of contributors team, you should be able to create a branch on this repository itself instead of a fork. Create a new branch from master. Then you can merge and create a PR from that branch to master so that it can be tested.

Ok @devkapilbansal, then should I close this PR?

devkapilbansal commented 3 years ago

You can just create a new branch(say dev) from master and merge this PR to dev rather than closing it Then open a PR from dev to master