not working in latest version of n8n ... i tried with 1.41.1 #10
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.GH_TOKEN }} | |
issue-message: "Thanks, for creating an issue, if the improvement ask is legitimate, we will work on it as soon as possible, do not hesitate to create your own pull-request 😉" | |
pr-message: "Thanks a lot for having created a pull-request, we will review it as fast as possible, we will be back to you here 🥳" |