README: Add linkable section anchors for collapsible documentation sections #1264
This file contains hidden or 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 | |
| # https://github.com/marketplace/actions/first-interaction | |
| on: [issues] # pull_request | |
| jobs: | |
| greeting: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/first-interaction@v3 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| issue-message: "Hi! thanks for your contribution!, great first issue!" | |
| pr-message: "Hey thanks for the input! Please give us a bit of time to review it!" |