Merge pull request #249 from vector-im/dbkr/preview_changelog

Add changelog preview action
This commit is contained in:
David Baker 2021-08-09 20:21:00 +01:00 committed by GitHub
commit 7e59fa6e21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
name: Preview Changelog
on:
pull_request_target:
types: [ opened, edited, labeled ]
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- name: Preview Changelog
uses: matrix-org/allchange@main
with:
ghToken: ${{ secrets.GITHUB_TOKEN }}