From aa38af6cd9259711d5e15385fd9ab18ef52a06bc Mon Sep 17 00:00:00 2001
From: Budiman Jojo <budimanjojo@gmail.com>
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 6f5a803..d0e3839 100644
--- a/action.yml
+++ b/action.yml
@@ -96,6 +96,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: