From e4a8e88349cc0890d03f3fc07b8e45d17f68def8 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 19 Mar 2024 17:44:52 -0700 Subject: [PATCH] github.event.number should work on both prs and issues --- .github/workflows/issue_creation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_creation.yml b/.github/workflows/issue_creation.yml index d032fb716fd75..930b1cf7a7e03 100644 --- a/.github/workflows/issue_creation.yml +++ b/.github/workflows/issue_creation.yml @@ -23,4 +23,4 @@ jobs: # Label the issue with the appropriate org using supersetbot # - this requires for the author to be publicly associated with their org # - and for the org to be listed in `supersetbot/src/metadata.js` - supersetbot orglabel --issue ${{ github.event.issue.number }} --repo ${{ github.repository }} + supersetbot orglabel --issue ${{ github.event.number }} --repo ${{ github.repository }}