Nic Lake
8c54dac35e
Added Mastodon handling
2024-05-23 15:23:09 -05:00
Blake Campbell
38023a445d
Upgrading to node 16 for workflows, updating regex
2023-03-29 01:23:24 -04:00
Hugo
88026cb756
Revert "Use DangerJS for commenting" ( #1027 )
2020-11-23 08:50:28 +00:00
Rohit Gohri
3d2af7bc38
ci: use danger token
2020-05-03 23:59:21 +05:30
Rohit Gohri
afced1a6b7
ci: delete old data-validate step
2020-05-03 23:23:30 +05:30
Rohit Gohri
84e985bc94
ci: add danger step to workflow
2020-05-03 23:16:36 +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
Wes Bos
d056c98f4b
Update pull_request_template.md
2020-01-21 10:05:54 -05:00
Andrew Luca
0fc8c550e1
chore: commit populate-readme only when chagnes
...
Sometimes action is started because some data.js only some style changes
And on generate working tree is empty
And action fails because nothing to commit
2020-01-20 21:22:44 +02:00
Sam Cross
e6062cd2f9
feat: Update PR template ( #464 )
...
* add pull_request_template.md
* move and update pull_request_template.md
* additions to pull_request_template.md
2020-01-20 15:54:12 +02:00
Sam Cross
8662c74494
feat: add Pull Request template ( #459 )
...
* add pull_request_template.md
* move and update pull_request_template.md
2020-01-20 14:37:12 +02:00
Andrew Luca
3dcad194f7
chore: fix cache restore
2020-01-18 23:32:01 +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
Andrew Luca
c95e48485d
chore: fix package-lock location for cache action
2020-01-18 00:11:36 +02:00
Andrew Luca
b7c00c0cd1
feat: add precommit hook to lint fix data.js ( #406 )
2020-01-17 22:42:21 +02:00
Andrew Luca
d6a885f075
chore: trigger populate-readme when template is changed
2020-01-10 21:23:50 +02:00
Wes Bos
52e9c7f3f9
Merge pull request #279 from iamandrewluca/validate-data
...
feat: add action to validate data.js
2020-01-10 13:05:31 -05:00
Andrew Luca
cb2d7e318c
chore: remove unused steps in populate-readme action
2020-01-10 19:19:08 +02:00
Wes Bos
8958f489c0
update action
2020-01-10 12:13:55 -05:00
Andrew Luca
ad8cc4a9be
feat: add action to validate data.js
...
Closes #141
2020-01-10 19:07:55 +02:00
Andrew Luca
5f2dc8ad7a
feat: add action to generate readme.md from data.js
...
Closes #155
2020-01-09 20:10:59 +02:00