ansible / ansible-documentation

Ansible community documentation
https://docs.ansible.com/
GNU General Public License v3.0
62 stars 369 forks source link

Integrate all-green #1632

Closed x1101 closed 1 week ago

x1101 commented 1 week ago

Added All-green github action to ci.yaml, requiring the nox job

x1101 commented 1 week ago

This is related to issue #1284

oraNod commented 1 week ago

@x1101 Thanks for taking this on. It looks like you're working off the devel branch of your fork instead of a feature branch. I see quite a few commits that are unrelated to the changes in this PR too.

If I may make a suggestion, try creating a new feature branch with a descriptive name that tracks the devel branch of ansible/ansible-documentation and work off that branch. You can rebase on devel and keep your work more logically organized that way. Please feel free to ask if you have any questions. Cheers.