Skip to content

Commit

Permalink
docs: add docs for changeset check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agierlicki committed Jan 21, 2025
1 parent 5340598 commit b5c2a3d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,24 @@ jobs:
</details>
### Changeset Check
<details>
<summary>The action can be used to check a PR for the existance of <a href="https://github.com/changesets/changesets">changeset</a> files. It will then add/update a comment on the PR.</summary>
```yml
name: Changeset Check
on:
pull_request:
types: [opened, reopened, synchronize]

jobs:
changeset-check:
uses: Staffbase/gha-workflows/.github/workflows/[email protected]
```
</details>
### GitOps
<details>
Expand Down

0 comments on commit b5c2a3d

Please sign in to comment.