Skip to content

Commit 6d6f8fa

Browse files
committed
fix(ci): checkout project before validating related issue workflow
1 parent 6fba057 commit 6d6f8fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/on_merged_pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
issues: write # required for new scoped token
1919
pull-requests: write # required for new scoped token
2020
steps:
21+
- uses: actions/checkout@v3
2122
- name: "Label PR related issue for release"
2223
uses: actions/github-script@v6
2324
with:

0 commit comments

Comments
 (0)