This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
Bump cross-fetch from 3.1.4 to 3.1.8 #205
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 | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Hi there, welcome to your first issue here on ComfyBot!' | |
pr-message: 'You are moving up in the world! Thank you for the PR' |