Skip to content

Instantly share code, notes, and snippets.

View salikadave's full-sized avatar
😄
Evolving!

Salika Dave salikadave

😄
Evolving!
View GitHub Profile
@salikadave
salikadave / greetings.yml
Last active July 9, 2023 06:07
Configuring Greetings Workflow - GitHub Actions
name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write