A test parachain issue #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
permissions: {} | |
name: send a matrix message every time a new issue is opened | |
on: | |
issues: | |
types: | |
- opened | |
- reopened | |
jobs: | |
ping_matrix: | |
runs-on: ubuntu-latest | |
steps: | |
# - run: echo "A new issue has been ${{github.event.action}}:<br>**${{github.event.issue.title}}:**<br>${{github.event.issue.html_url}}" | |
- run: echo "A new issue has been ${{github.event.action}}:<br>${{github.event.issue.html_url}}" |