You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The introspection GitHub Action checks are failing in our PRs
To Reproduce
Steps to reproduce the behavior:
Submit a PR
The introspection check fails
This is because the git clone command defaults to cloning the default Talawa-API branch which is main instead of develop. We are therefore comparing main in one repo with develop in the other.
Expected behavior
The introspection check must clone Talawa API using the same branch as that target branch of the Talawa Admin PR. This must be done automatically using GitHub action variables.
If the PR is merging the contributor's code into the Talawa Admin XXXXXXX branch then the XXXXXXX branch must be automatically cloned in the GitHub action file.
It's been suggested in the comments link below that this command could be used:
git clone -b branch_name --single-branch REPO_NAME && ls -a
All other functionality must be maintained.
The above suggested change may require adjustment
Actual behavior
See above
Screenshots
If applicable, add screenshots to help explain your problem.
Additional details
Comments from other PRs and issues and failed GitHub actions
Describe the bug
The introspection GitHub Action checks are failing in our PRs
To Reproduce
Steps to reproduce the behavior:
This is because the git clone command defaults to cloning the default Talawa-API branch which is
main
instead ofdevelop
. We are therefore comparingmain
in one repo withdevelop
in the other.Expected behavior
XXXXXXX
branch then theXXXXXXX
branch must be automatically cloned in the GitHub action file.Actual behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Additional details
Comments from other PRs and issues and failed GitHub actions
The GitHub Action File that needs editing
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: