[Bug]: CI fail due to cargo audit issue #34
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
on: | |
issues: | |
types: | |
- opened | |
# https://github.com/marketplace/actions/create-or-update-comment | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: peter-evans/create-or-update-comment@v4 | |
with: | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
👋 Thanks for opening this issue! | |
Reply with the following command on its own line to get help or engage: | |
- `/contributing-agreement` : to print Contributing Agreements. | |
- `/assignme` : to assign this issue to you. |