Rename b82a0a2632360ab1.png to workway-discord-v2.png #4
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: "PR Notification" | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Comment on PR | |
uses: thollander/[email protected] | |
with: | |
message: 'Thanks for submitting a PR, @thefourcraft. Will merge it soon.' | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |