Skip to content

Commit

Permalink
Merge pull request #310 from R3voA3/R3voA3-patch-3
Browse files Browse the repository at this point in the history
Update and rename greetings.yml to pr_messages.yml
  • Loading branch information
R3voA3 authored Aug 22, 2024
2 parents d92da7e + 8a80552 commit 79fe614
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/greetings.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/pr_messages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Update Contributors

on:
# Trigger the workflow on push or pull request
pull_request:
branches:
- master
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Make sure to also update https://github.com/R3voA3/3den-Enhanced/blob/master/CONTRIBUTORS.md'
})

0 comments on commit 79fe614

Please sign in to comment.