Skip to content

Link Extractor Feature added with Link Shortener #27

Link Extractor Feature added with Link Shortener

Link Extractor Feature added with Link Shortener #27

name: "GreetContributor"
on:
pull_request:
types: [opened,synchronize]
jobs:
GreetCommitter:
runs-on: ubuntu-latest
steps:
- name: "Greet contributor"
uses: ibakshay/greet-contributors-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}