Commit graph

38 commits

Author SHA1 Message Date
Claudia Meadows
d093e1422b
Add an optional field in preparation for making it required 2024-09-24 23:18:28 -07:00
Claudia Meadows
542946fd74
Fix and clarify workflow logic, add branch versioning
- `pr.yml` should've been deleted a long time ago. Its functionality
  was already elsewhere, and that's since been folded into `test.yml`.
- I added automatic `release-v*` and `main-v*` versioning.
- Renamed `merge.yml` to `push-release.yml` and `push-main.yml` to
  `pr-create-release.yml` so it's clearer what they're actually
  listening to. I also modified their display names.
2024-09-24 22:16:20 -07:00
Claudia Meadows
08f5ccfeda
Merge test and main pre-release flow into a single file 2024-09-24 21:24:48 -07:00
Claudia Meadows
abd7f86888
next -> main 2024-09-24 20:59:33 -07:00
Claudia Meadows
61ad84c1d9
main -> release 2024-09-24 19:25:23 -07:00
Claudia Meadows
20dbbe816d
Migrate to unified testing workflow 2024-09-24 18:57:00 -07:00
Claudia Meadows
745dfb614a
Simplify the test flow, drop EOL'd Node version 2024-09-24 16:45:48 -07:00
Claudia Meadows
9d7cf4d474
Remove an unused workflow 2024-09-24 16:39:42 -07:00
Claudia Meadows
e000cd0803
De-master the repo 2024-09-24 16:37:04 -07:00
Claudia Meadows
d32d59413e
Drop the docs and re-point to https://github.com/MithrilJS/docs 2024-09-24 14:19:23 -07:00
Claudia Meadows
36c503a9d7
Restore pr-release stuff, fix target branch 2024-09-23 05:33:27 -07:00
Claudia Meadows
b8f5a10022
Update _post-comment.yml
Passed the secret wrong.
2024-09-23 04:56:16 -07:00
Claudia Meadows
05caaaf8f1
Update _npm-task.yml 2024-09-23 04:55:20 -07:00
Claudia Meadows
dcb992071f
Migrate to issue forms 2024-09-23 04:55:08 -07:00
Claudia Meadows
57c331c6b4
Fix GitHub actions to work a little better 2024-09-23 04:55:07 -07:00
Claudia Meadows
8505916ebc
Add code owners, add triage ping, fix workflows 2024-09-23 04:54:24 -07:00
Claudia Meadows
1b0899b469
Migrate to Node 20, clean up workflows (#2902)
Tests still appear to fail per #2898. Unfortunately, I need actions/runner#2347 to ignore the test failures properly - I need them to be warnings, not hard errors.
2024-09-23 04:54:05 -07:00
Claudia Meadows
2b687a31ea
Tolerate docs failures
This way, pull requests are no longer blocked by https://github.com/MithrilJS/mithril.js/issues/2898
2024-09-23 04:54:05 -07:00
Claudia Meadows
5351b9b973
Delete .github/workflows/auto-merge.yml
It's not working, and we don't have enough dependencies to make the automation worth the maintenance effort. Between that and a vulnerability, I'm tossing this for now.
2024-09-23 04:54:04 -07:00
Claudia Meadows
28d35b47a2
Update auto-merge.yml
Work around https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/60
2022-06-22 23:07:21 -07:00
Pierre-Yves
27fb1ea617 tweak the CI actions names 2022-06-10 18:34:05 +02:00
Pierre-Yves Gérardy
ea680dc917
Add back CI (#2785)
* Add back CI, remove ospec as a run-time dependency

* Fix the lint:docs errors

* Add back ospec for now, with a compatible version
2022-06-10 17:10:26 +01:00
James Forbes
da1454b3c6 Add missing prerelease branch target.
Without specifying target:master the prerelease version calculation would be incorrect.
2022-06-06 12:57:22 +02:00
James Forbes
bbf343bb3b Enable --minimize-semver-change for pr-release 2022-05-13 22:08:00 +02:00
James Forbes
ea8094bd95
Remove label triggers from actions.yml
Triggering multiple concurrent runs unnecessarily
2022-04-28 23:12:50 +10:00
Claudia Meadows
342f524ca3 Fix branch target 2022-04-27 21:16:32 +02:00
James Forbes
ff646e8fb8 Revisions based on feedback 2022-04-27 21:01:09 +02:00
James Forbes
2a2aef7762 Use new changelog option in merge command 2022-04-27 21:01:09 +02:00
James Forbes
d6dd9132fb Yaml has banned tabs 2022-04-27 21:01:09 +02:00
James Forbes
ae5469cf62 Do build docs in another PR 2022-04-27 21:01:09 +02:00
James Forbes
65cf256775 Suggested amendments 2022-04-27 21:01:09 +02:00
James Forbes
0d9051de96 Add PR release to mithril.js 2022-04-27 21:01:09 +02:00
Stephan Hoyer
9072e1100c Trigger push-on-master-warnings only once 2022-02-22 12:11:48 +01:00
Stephan Hoyer
99e038046b Revert "Only warn on pr-to-masters once"
This reverts commit 5fd0ca81b1.
2022-01-31 15:47:12 +01:00
Stephan Hoyer
5fd0ca81b1
Only warn on pr-to-masters once 2022-01-31 15:41:02 +01:00
Claudia Meadows
f1c6a5794a
Update auto-merge.yml 2021-06-09 00:04:38 -07:00
Claudia Meadows
08051e9d33
Auto-merge Dependabot patch fixes 2021-05-10 19:03:59 -07:00
Isiah Meadows
1630b06106
Create push-master.yml 2020-09-14 20:59:17 -07:00