System information in g2fm causes GRUB2 to crash #21
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
name: Greetings | |
on: [pull_request_target, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "Hi there! Thank you for your first issue! **Please make sure your issue is labeled correctly.** He will usually respond at least 3:15 PM (when he has free time)" | |
pr-message: "Hi there, thanks for your first contribution! He will usually respond at least 3:15 PM (when he has free time)." |