Commit graph

13 commits

Author SHA1 Message Date
Wes Bos
c4c8f32204 move to joi package 2022-01-11 16:54:58 -05:00
Wes Bos
0be615a79f upgrade eslint 2022-01-11 16:54:07 -05:00
Matthew Graybosch
06741bb2fb
Update utils.js (#1079)
Adding "bsd" to the set of valid computer strings because in my case "linux" would be a lie. :)
2021-06-08 21:56:57 +01:00
Hugo
88026cb756
Revert "Use DangerJS for commenting" (#1027) 2020-11-23 08:50:28 +00:00
Wes Bos
fc27754ef4
Merge pull request #796 from rohit-gohri/danger
Use DangerJS for commenting
2020-10-12 15:06:13 -04:00
Nico Bachner
3d7779d482 added flip phone (wesbos/awesome-uses#765) 2020-10-06 12:31:56 +02:00
Jérémie Bertrand
61bf1ccc16
Add my profile and windowsphone icon (#901) 2020-08-13 18:43:19 +01:00
Rohit Gohri
61e1aeeb36 ci: use danger diff to get master data 2020-05-04 00:35:42 +05:30
Rohit Gohri
afced1a6b7 ci: delete old data-validate step 2020-05-03 23:23:30 +05:30
Hugo
e20e0f5991 feat: comment on PR with validation outcome (#503)
* comment on PR after validation run.

* bork my url for sample output

* populate GITHUB_TOKEN in action

* more verbose logging

* more logging

* fix wrong import

* logging

* remove logging & implementation attempt

* log out comment creation query output

* styling

* prettify comments + increase logging

* more prettifying of the text

* Revert "bork my url for sample output"

This reverts commit 0c6d17450e753cd407db69a8129bf0cbc5831b88.

* add data change to trigger GH action

* improve messages...

* change my URL so it appears in the message

* more formatting of comments

* move + rename commentPullRequest -> utils.communicateValationOutcome
2020-01-22 00:15:35 +02:00
Andrew Luca
7893bc510c
chore: downgrade scripts support to node 12 (#473)
From start scripts needed to be run with node 13 (esm support)
Because data.js was a esm export, and needed to be compiled
Moved all scripts to commontjs, and data.js file
So can be imported by scripts without compiling
2020-01-20 22:37:32 +02:00
Andrew Luca
d875cb6312
fix: await branch name in validate action 2020-01-19 15:59:34 +02:00
Andrew Luca
86b6b5d6d3
feat: change validate action to take into consideration only add… (#422)
`node scripts/data-valdiate.js` cand also be run locally

This also will fix the issue when some valid URL returned timeout
Because the action wanted to make all requests at the same time

`git restore` is available only from Git 2.23

https://github.blog/2019-08-16-highlights-from-git-2-23/#experimental-alternatives-for-git-checkout

Closes #382
2020-01-18 15:27:15 +02:00