Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6eed09f

Browse files
authored
Merge pull request #6574 from matrix-org/dbkr/preview_changelog
Add changelog preview action
2 parents d2e8e13 + 26170de commit 6eed09f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Preview Changelog
2+
on:
3+
pull_request_target:
4+
types: [ opened, edited, labeled ]
5+
jobs:
6+
changelog:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Preview Changelog
10+
uses: matrix-org/allchange@main
11+
with:
12+
ghToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)