Skip to content

Commit 8799219

Browse files
authored
Merge pull request #1 from actualbudget/move-to-action
Switch from probot to action
2 parents fc4069d + 00c0bdc commit 8799219

12 files changed

Lines changed: 47417 additions & 93 deletions

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ node_modules
22
npm-debug.log
33
*.pem
44
.env
5-
package-lock.json
6-
yarn.lock
75
coverage

action.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: 'Trafico Review action'
2+
inputs:
3+
github-token:
4+
description: 'The Github token'
5+
required: true
6+
runs:
7+
using: 'node20'
8+
main: 'dist/index.js'
9+

0 commit comments

Comments
 (0)