Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
6752757c91
commit
6f4ff58dfa
1 changed files with 2 additions and 1 deletions
3
.github/workflows/project-automation-pr.yaml
vendored
3
.github/workflows/project-automation-pr.yaml
vendored
|
@ -63,7 +63,8 @@ jobs:
|
|||
|
||||
- name: Print Labels
|
||||
run: |
|
||||
PR_LABELS=($(jq -r '${{github.event.pull_request.labels}} | .name'))
|
||||
echo '${{github.event.pull_request}}' >> pr_data.json
|
||||
PR_LABELS=($(jq -r '.pull_request.labels[] | .name ' pr_data.json))
|
||||
echo "$PR_LABELS"
|
||||
|
||||
- name: Set "Type" field
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue