adRise / update-pr-branch

Github Action to automatically update PR branches that match the criteria. Designed to work with the Github `auto-merge` feature.
MIT License
18 stars 10 forks source link

Require auto merge enabled is not working as documented #20

Closed mariushusevaag closed 9 months ago

mariushusevaag commented 10 months ago

I'm getting the following error: Invalid action input 'require_auto_merge_enabled' I can see from the PR enabling require_auto_merge_enable that it's not including the right input for auto merge enable. require_auto_merge_anable should be defined as an input in this file: image

If allowed, I could contribute to fix the issue.

zhiyelee commented 9 months ago

@mariushusevaag Sorry, just saw this. Sure contribution is very welcome

zhiyelee commented 9 months ago

Hi @mariushusevaag I have fixed the issue and released a new version v0.7.1. Let me know if the issue is still there. Thank you again for the report