Skip to content

Commit

Permalink
Update first-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Raulj123 authored Oct 6, 2023
1 parent 11df9bc commit 488fb03
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/first-pr.yml
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
name: First interaction

on:
issues:
types:
- opened
pull_request_target:
types:
- opened

jobs:
first-interaction:
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v2

- name: First Interaction
uses: actions/first-interaction@v1.2.0
with:
repo-token: ${{ secrets.GH_T }}
issue-message: "Thanks for the issue 🙏"
pr-message: "🎉 Congratulations! 🎉 on your first PR!"

1 comment on commit 488fb03

@vercel
Copy link

@vercel vercel bot commented on 488fb03 Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.