Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 1 addition & 21 deletions .github/workflows/greeting.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
name: Greeting

on:
pull_request:
types: [opened]
issues:
types: [opened]

jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
# GITHUB_TOKEN ist automatisch vorhanden, du musst kein Secret anlegen
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Welcome to Sweep-It! Thanks for opening an issue. Alex will check it out soon! 🧹"
pr-message: "Thanks for the PR! You're helping make Sweep-It better for everyone. 🚀"
#