C: fixed pages behind Artikelen in PDF-formaat
#8
Workflow file for this run
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, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@main | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Hey @${{ github.actor }}! Thank you for contributing to my extension. Do you also like to sponsor this project?' | |
pr-message: 'Hey @${{ github.actor }}! Thanks for your first pull request in this repository. Would you consider to sponsor me?' |