Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
c521660166
commit
bb00f7536c
1 changed files with 7 additions and 5 deletions
12
.github/workflows/project-automation-pr.yaml
vendored
12
.github/workflows/project-automation-pr.yaml
vendored
|
@ -164,10 +164,12 @@ jobs:
|
|||
}' -f project="$PROJECT_ID" -f item="$ITEM_ID" -f field="$STATUS_ID" -f status_id="$OPTION_ID" --silent
|
||||
|
||||
- name: Find Linked Issues
|
||||
uses: FujiHaruka/issue-refs-parser-action@v1.1
|
||||
id: 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.linked-issues.outputs.links }}"
|
||||
body: ${{ github.event.comment.body }}
|
||||
self_slug: hugo-toha/toha
|
||||
- name: Get The Outputs
|
||||
run: |
|
||||
echo "refs: ${{ steps.linked-issues.outputs.refs }}"
|
||||
echo "external_refs: ${{ steps.linked-issues.outputs.external_refs }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue