Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
9019816aa7
commit
230d61ec17
1 changed files with 2 additions and 2 deletions
4
.github/workflows/project-automation-pr.yaml
vendored
4
.github/workflows/project-automation-pr.yaml
vendored
|
@ -64,9 +64,9 @@ jobs:
|
||||||
- name: Set "Type" field
|
- name: Set "Type" field
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.PROJECT_AUTOMATION}}
|
GITHUB_TOKEN: ${{secrets.PROJECT_AUTOMATION}}
|
||||||
LABELS: ${{ github.event.pull_request.labels }}
|
PR_EVENT_DATA: ${{ github.event.pull_request }}
|
||||||
run: |
|
run: |
|
||||||
echo "Labels: $LABELS"
|
env
|
||||||
gh api graphql -f query='
|
gh api graphql -f query='
|
||||||
mutation ($project: ID!, $item: ID!, $field: ID!, $opt_id: ID!) {
|
mutation ($project: ID!, $item: ID!, $field: ID!, $opt_id: ID!) {
|
||||||
updateProjectNextItemField(input: {
|
updateProjectNextItemField(input: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue