Skip to content

Commit 59715f9

Browse files
committed
build: access number from issue
1 parent 5e64bdf commit 59715f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/slash_commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Run reusable workflow:
3737
uses: ./.github/workflows/check_required_files.yml
3838
with:
39-
pull_request_number: ${{ github.event.issue.pull_request.number }}
39+
pull_request_number: ${{ github.event.issue.number }}
4040
user: ${{ github.event.comment.user.login }}
4141
secrets:
4242
STDLIB_BOT_GITHUB_TOKEN: ${{ secrets.STDLIB_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)