Skip to content

Commit

Permalink
Aggiornamenti workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-lepore committed Jul 8, 2024
1 parent a969e2b commit 2ff1aa1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/greetings.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Greeter

on: [issues]
on: [pull_request, issues]

jobs:
issue-greeter:
greet:
runs-on: ubuntu-latest

steps:
- name: "Greeter"
uses: anishanne/greeter@V1
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
message: "![](https://cdn.anishdoes.dev/githublight.png)\nHey @{user}! Welcome to the **MongoNext Backend** repo on **Github**."
issue-message: 'Grazie per aver segnalato questo problema. Verrà esaminato al più presto.'
pr-message: 'Grazie per il tuo contributo! Esamineremo la tua pull request quanto prima.'

0 comments on commit 2ff1aa1

Please sign in to comment.