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: