Delete contributing-message.yml

This commit is contained in:
Leighton Chen 2021-06-01 17:35:56 -07:00
parent e27dd18e12
commit bfc767f40e
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
# This action adds a comment on every new contributor's first PR to refer to the CONTRIBUTING.md section
# about new insrumentations and expectations from contributors regarding them.
name: contributing-message
jobs:
contributing-message:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Message that will be displayed on users' first pr. Look, a `code block` for markdown.'