From bc75a5b55ead11400bd320de2a68f6421c4e316c Mon Sep 17 00:00:00 2001 From: Budiman Jojo Date: Mon, 20 Mar 2023 12:41:08 +0700 Subject: [PATCH] expose status of PR --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 74c7a4b..fbc2f0b 100644 --- a/action.yml +++ b/action.yml @@ -99,6 +99,9 @@ outputs: pull-request-number: description: 'The number of the opened pull request' value: ${{ steps.create-pr.outputs.pull-request-number }} + pull-request-operation: + description: 'The pull request operation performed by the action, `created`, `updated` or `closed`.' + value: ${{ steps.create-pr.outputs.pull-request-operation }} runs: using: "composite" steps: