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

Add changelog preview action
pull/18470/head
David Baker 2021-08-09 20:21:07 +01:00 committed by GitHub
commit b72eb61720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

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 }}