Commit 715bf2b0 authored by tom's avatar tom

[skip ci] add checout repo step to PM workflow

parent ecdc5c90
......@@ -33,6 +33,8 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request && github.event.action == 'review_requested' }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Fetching issues linked to pull request
id: linked_issues
uses: actions/github-script@v6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment