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
Hi we are trying to set up this action such that when a PR is approved by a developer this action will auto-assign a QA engineer. The following is my GitHub action and auto-assign-action config. When this is used however the message Warning: Empty value for parameter 'pull_number': undefined is shown. I believe this is because we are using the pull_request_review action instead of pull_request or pull_request_target and so the PR number cannot be found. Is there a way to do this today or is a change required to add this functionality?
Run kentaro-m/auto-assign-action@v1.2.1
with:
configuration-path: .github/auto_assign_qa.yml
repo-token: ***
Warning: Empty value for parameter 'pull_number': undefined
The text was updated successfully, but these errors were encountered:
Hi we are trying to set up this action such that when a PR is approved by a developer this action will auto-assign a QA engineer. The following is my GitHub action and auto-assign-action config. When this is used however the message
Warning: Empty value for parameter 'pull_number': undefined
is shown. I believe this is because we are using thepull_request_review
action instead ofpull_request
orpull_request_target
and so the PR number cannot be found. Is there a way to do this today or is a change required to add this functionality?.github/auto_assign_qa.yml
.github/workflows/qa-assign.yml
Log:
The text was updated successfully, but these errors were encountered: