We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc99265 commit 247bd78Copy full SHA for 247bd78
.github/workflows/pr_cherrypick_prestep.yml
@@ -33,7 +33,7 @@ jobs:
33
pr_url=$(echo $GITHUB_CONTEXT | jq -r ".event.pull_request._links.html.href")
34
repository=$(echo $GITHUB_CONTEXT | jq -r ".repository")
35
labels=$(echo $GITHUB_CONTEXT | jq -r ".event.pull_request.labels[].name")
36
- author=$(echo $GITHUB_CONTEXT | jq -r ".event.pull_request.base.user.login")
+ author=$(echo $GITHUB_CONTEXT | jq -r ".event.pull_request.user.login")
37
branches=$(git branch -a --list 'origin/20????' | awk -F/ '{print$3}' | grep -E "202[0-9]{3}")
38
if [[ $(echo $GITHUB_CONTEXT | jq -r ".event.action") == "labeled" ]];then
39
labels=$(echo $GITHUB_CONTEXT | jq -r ".event.label.name")
0 commit comments