Skip to content

Rename b82a0a2632360ab1.png to workway-discord-v2.png #4

Rename b82a0a2632360ab1.png to workway-discord-v2.png

Rename b82a0a2632360ab1.png to workway-discord-v2.png #4

Workflow file for this run

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 }}