Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit b8ee983

Browse files
author
Hamel Husain
authored
Update pr-submission-welcome.txt
1 parent 8d28e01 commit b8ee983

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/workflows/pr-submission-welcome.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
name: PR-Greeting
2+
on:
3+
pull_request:
4+
types: [opened, reopened]
5+
6+
jobs:
7+
build-site:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Get token
11+
id: get_token
12+
uses: machine-learning-apps/actions-app-token@master
13+
with:
14+
APP_PEM: ${{ secrets.APP_PEM }}
15+
APP_ID: ${{ secrets.APP_ID }}
16+
17+
- name: greeting
18+
uses: actions/first-interaction@v1
19+
with:
20+
repo-token: ${{ steps.get_token.outputs.app_token }}
21+
pr-message: "@${USER} Thank you for your benchmark submission! Can you please tell us a little bit about your approach and how you trained your models etc? What modifications, if any, did you make on the baseline models provided in this repository? Thanks!"
22+
23+
24+
25+
26+
27+
128
name: Benchmark Greeting
229
on:
330
pull_request:

0 commit comments

Comments
 (0)