We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bbaf3 commit d75f85cCopy full SHA for d75f85c
.github/workflows/update-usaco.yml
@@ -36,7 +36,7 @@ jobs:
36
git config --global user.email usaco-autofetch[bot]@users.noreply.github.com
37
git commit -m 'problem auto-updates'
38
git push -f origin auto
39
- export pr_number=$(gh pr list --json number --jq '.[0].number')
+ export pr_number=$(gh pr list --author 'usaco-autofetch[bot]' --json number --jq '.[0].number')
40
if [ -z "$pr_number" ]
41
then
42
gh pr create --title 'Problem auto-updates' -F usaco-problems/out/report.txt
0 commit comments