From 4cc2a76776b20398708a67e7bf31fd2c6beecf93 Mon Sep 17 00:00:00 2001 From: Lee Dohm <1038121+lee-dohm@users.noreply.github.com> Date: Tue, 12 Oct 2021 12:30:02 -0700 Subject: [PATCH] Fix incorrect specifier Co-authored-by: Robert Sese --- .github/workflows/notify-when-maintainers-cannot-edit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-when-maintainers-cannot-edit.yaml b/.github/workflows/notify-when-maintainers-cannot-edit.yaml index 988bf1524e..77b85f8505 100644 --- a/.github/workflows/notify-when-maintainers-cannot-edit.yaml +++ b/.github/workflows/notify-when-maintainers-cannot-edit.yaml @@ -33,7 +33,7 @@ jobs: } `; - const pullNumber = context.issues.number; + const pullNumber = context.issue.number; const variables = { number: pullNumber }; try {