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
I was trying to integrate branch-guardian action to auto delete branch protection rule on deleting a branch and found out that for some reason this is not working.
In the below piece of code the value that is getting stored in branchProtectionRulesResponse variable is undefined instead of the actual response
I was trying to integrate branch-guardian action to auto delete branch protection rule on deleting a branch and found out that for some reason this is not working.
In the below piece of code the value that is getting stored in branchProtectionRulesResponse variable is undefined instead of the actual response
This should have been without the curly braces
The text was updated successfully, but these errors were encountered: