learn-to-cloud
learn-to-cloud copied to clipboard
Fix GitHub Contributors Action
Expected Behavior
Run Contributors action weekly to generate an SVG
Actual Behavior
I think this is the blocker https://github.com/orgs/community/discussions/23064
@rishabkumar7 Not sure, if this is the correct fix, but in my main branch I was able to get the action successfull by enabling the following in the settings of the repo:
@rishabkumar7 take a look when you can please
thanks @azgcloudev that's what I was looking for, but it is checked already in the settings:
cc: @madebygps
@rishabkumar7
So I was looking at the error, and it says that it needs a PR to make changes.
As per the action github, I was reading a issue, and the owner mentioned that it creates a PR using the default branch of the repo because of the github API.
When I repro it did worked for me, and my branch is not Protected, is staging protected?
@rishabkumar7
@azgcloudev yeah, staging is protected hence it creates a PR and can't just merge it.
@rishabkumar7 what are we doing about this?
@madebygps I am trying to see if there is a workaround. Will disable the action for now.