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 need to run a workflow after a PR is closed or merged. So I set the types as closed. Now the issue is since the PR is closed first in order to trigger the workflow, labeler seems not able to find a closed PR and gives me a warning message of Could not find pull request <number>, skipping. I have some tasks which rely on labeler, so wonder if there is any way to work with closed PRs.
Description:
I need to run a workflow after a PR is closed or merged. So I set the
types
asclosed
. Now the issue is since the PR is closed first in order to trigger the workflow, labeler seems not able to find a closed PR and gives me a warning message ofCould not find pull request <number>, skipping
. I have some tasks which rely on labeler, so wonder if there is any way to work with closed PRs.Action version:
Specify the action version
v5
Platform:
Runner type:
Repro steps:
basically the action file I posted
Expected behavior:
Possible to deal with closed PRs.
Actual behavior:
Could not find pull request <number>, skipping
warning, and the following steps are skipped.The text was updated successfully, but these errors were encountered: