Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

remove duplicated line #1

remove duplicated line

remove duplicated line #1

name: Auto message on PR opened
on:
pull_request_target:
types: [opened]
jobs:
auto-response:
runs-on: ubuntu-latest
steps:
- uses: derekprior/add-autoresponse@master
env:
GITHUB_TOKEN: ${{ secrets.NEW_TOKEN }}
with:
respondableId: ${{ github.event.pull_request.node_id }}
response: "Thanks for your contribution, we will soon check your PR @${{ github.event.pull_request.user.login }} :)"
author: ${{ github.event.pull_request.user.login }}
exemptedAuthors: "Anmol-Baranwal"