diff --git a/README.md b/README.md
index dfce92a..2f916db 100644
--- a/README.md
+++ b/README.md
@@ -109,6 +109,24 @@ jobs:
+### Changeset Check
+
+
+The action can be used to check a PR for the existance of changeset files. It will then add/update a comment on the PR.
+
+```yml
+name: Changeset Check
+on:
+ pull_request:
+ types: [opened, reopened, synchronize]
+
+jobs:
+ changeset-check:
+ uses: Staffbase/gha-workflows/.github/workflows/tempalte_changeset_check@v7.1.0
+```
+
+
+
### GitOps