"Approved by reviewer" automation stopped working #11728
-
We've been using automation to move pull requests to a column called "QA" at https://github.com/orgs/IQSS/projects/2 It worked great for years, but a few months ago it stopped working. Now, when we click "Approve" the pull request just sits in the same column and isn't moved to the "QA" column. I tried disabling automation on the "QA" column and deleted it. Then I created a new column called "QA" with the same "Approved by reviewer" setting, but the automation still doesn't work. Is there something that needs to be fixed in my project? Is there some way I can troubleshoot this myself? Are there logs I can look at? We were very happy with this automation and miss it terribly. Please help. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It turns out that setting up branch protection is what caused the "Approved by reviewer" automation to stop working. I don't know if this is a bug or not but if this behavior is intended, it should be documented. The fix for us was to check the box for "Require approvals" like this: Afterward, the "Approved by reviewer" automation started working again. You can read more details about our story at IQSS/dataverse#8388 |
Beta Was this translation helpful? Give feedback.
It turns out that setting up branch protection is what caused the "Approved by reviewer" automation to stop working.
I don't know if this is a bug or not but if this behavior is intended, it should be documented.
The fix for us was to check the box for "Require approvals" like this:
Afterward, the "Approved by reviewer" automation started working again.
You can read more details about our story at IQSS/dataverse#8388