Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
0bcbdef32a
commit
d0d90658b7
1 changed files with 3 additions and 2 deletions
5
.github/workflows/project-automation-pr.yaml
vendored
5
.github/workflows/project-automation-pr.yaml
vendored
|
@ -65,8 +65,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
PR_DATA: ${{ toJson(github.event.pull_request) }}
|
PR_DATA: ${{ toJson(github.event.pull_request) }}
|
||||||
run: |
|
run: |
|
||||||
LABELS=$(${PR_DATA} | jq '.labels[]' | jq -r '.name')
|
echo "================================ LABELS ================================="
|
||||||
echo "$LABELS"
|
echo '$($PR_DATA | jq '.labels[]' | jq -r '.name')'
|
||||||
|
echo "========================================================================="
|
||||||
|
|
||||||
- name: Set "Type" field
|
- name: Set "Type" field
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue