Browse Source

feat: add summarise to pr actions

pull/1363/head
natdeanlewissoftwire 3 years ago
parent
commit
3be0575e45
  1. 12
      .github/workflows/staging_pipeline.yml

12
.github/workflows/staging_pipeline.yml

@ -15,6 +15,18 @@ defaults:
shell: bash
jobs:
summarise:
- name: Create comment
uses: peter-evans/create-or-update-comment@v2
with:
issue-number: 1
body: |
This is a multi-line test comment
- With GitHub **Markdown** :sparkles:
- Created by [create-or-update-comment][1]
[1]: https://github.com/peter-evans/create-or-update-comment
reactions: '+1'
test:
name: Tests
runs-on: ubuntu-latest

Loading…
Cancel
Save