We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6264042 commit 185f918Copy full SHA for 185f918
.github/workflows/label_good_first_prs.yml
@@ -57,7 +57,7 @@ jobs:
57
env:
58
PR_NUMBER: ${{ github.event.pull_request.number }}
59
run: |
60
- bool=$(. "$GITHUB_WORKSPACE/.github/workflows/scripts/references_good_first_issue $PR_NUMBER)
+ bool=$(. "$GITHUB_WORKSPACE/.github/workflows/scripts/references_good_first_issue" $PR_NUMBER)
61
echo "good-first-pr=$bool" >> $GITHUB_OUTPUT
62
63
# Add "Good First PR" label if PR references a "Good First Issue"
0 commit comments