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

Commit 356a3a3

Browse files
author
Hamel Husain
authored
Update and rename pr-submission-welcome.txt to pr-submission-welcome.yaml
1 parent b8ee983 commit 356a3a3

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

.github/workflows/pr-submission-welcome.txt renamed to .github/workflows/pr-submission-welcome.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
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-
281
name: Benchmark Greeting
292
on:
303
pull_request:

0 commit comments

Comments
 (0)