ci: allow lsr org members to run ci tests - #272
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: linux-system-roles/ssh/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Do not require write access to run ci tests. Allow any linux-system-roles organization member to run ci tests. There is already a check in the job level `if` condition to ensure the commenter is an org member. This just removes the extra check to see if the commenter has write access. Signed-off-by: Rich Megginson <rmeggins@redhat.com>
|
CI tests do not run automatically on pull requests. A role repository See GitHub CI testing using /citest Run every available CI workflow: Run the linting and other lightweight checks: Run the integration tests (QEMU/container and Testing Farm): Run one or more selected workflows by separating their names with spaces:
Post another |
Do not require write access to run ci tests. Allow any linux-system-roles organization
member to run ci tests. There is already a check in the job level
ifcondition toensure the commenter is an org member. This just removes the extra check to see
if the commenter has write access.
Signed-off-by: Rich Megginson rmeggins@redhat.com