Find Linked Issues to a PR
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
5d3f195c00
commit
3665699121
1 changed files with 9 additions and 0 deletions
9
.github/workflows/project-automation-pr.yaml
vendored
9
.github/workflows/project-automation-pr.yaml
vendored
|
@ -9,6 +9,7 @@ on:
|
||||||
- closed
|
- closed
|
||||||
- labeled
|
- labeled
|
||||||
- unlabeled
|
- unlabeled
|
||||||
|
- synchronize
|
||||||
jobs:
|
jobs:
|
||||||
pr_automation:
|
pr_automation:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -161,3 +162,11 @@ jobs:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}' -f project="$PROJECT_ID" -f item="$ITEM_ID" -f field="$STATUS_ID" -f status_id="$OPTION_ID" --silent
|
}' -f project="$PROJECT_ID" -f item="$ITEM_ID" -f field="$STATUS_ID" -f status_id="$OPTION_ID" --silent
|
||||||
|
|
||||||
|
- name: Find Linked Issues
|
||||||
|
uses: boneskull/more-linked-issues-action@v0.2.1
|
||||||
|
with:
|
||||||
|
github-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
|
# you likely won't need the output for anything, but here it is.
|
||||||
|
- name: Get comma-delimited list of found links
|
||||||
|
run: echo "${{ steps.link-issues.outputs.links }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue