Skip to content

Commit

Permalink
changes in github workflows12
Browse files Browse the repository at this point in the history
  • Loading branch information
Isthisanmol committed Apr 11, 2024
1 parent f5fc859 commit f4a8083
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Greetings

on: [pull_request_target, issues]

jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Message that will be displayed on users' first issue"
pr-message: "Message that will be displayed on users' first pull request"
3 changes: 0 additions & 3 deletions app.json

This file was deleted.

0 comments on commit f4a8083

Please sign in to comment.