Skip to content

Commit 9a5b8d0

Browse files
owenjonesAlex-Welsh
authored andcommitted
Provide repo name to PR reminder workflow
1 parent 95ae8de commit 9a5b8d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/stackhpc-pr-reminder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Fetch open PRs and remind authors
1919
env:
2020
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
GH_REPO: ${{ github.repository }}
2122
run: |
2223
# Fetch open PRs with the specific label in JSON format. Extract number and author username
2324
prs=$(gh pr list --state open --label "waiting-author-response" --json number,author --jq '.[] | "\(.number),\(.author.login)"')

0 commit comments

Comments
 (0)