jj
bf550b7cb2
ci: remove new version check workflow ( #284 )
2025-10-17 20:21:04 +00:00
jj
ab2ee8d4e9
ci/release: fix changelog output ( #47 )
2025-08-27 09:47:40 +02:00
jj
617f8df878
ci/release: use softprops action instead of deprecated one
2025-08-25 11:18:27 +00:00
jj
9f92137d3f
ci: automatically tag commit and create release
2025-08-25 11:18:27 +00:00
jj
b66c25b115
ci: specify permissions for all workflows ( #32 )
2025-08-07 09:43:40 +02:00
wukko
0c784d8e79
devutils: add script for checking patch correctness ( #29 )
2025-07-28 15:28:27 +06:00
jj
10132253e9
ci: add linting to ci
2025-07-27 22:25:45 +00:00
jj
d2bb884eee
ci: run cirrus tasks
2025-07-27 20:15:02 +00:00
emilylange
71bfa42ec4
CI: fix version check workflow by url encoding filter in url
...
This workflow stated consistently failing roughly one week ago.
Unfortunately the Workflow on GitHub has no error logs besides
~~~
Error: Process completed with exit code 92.
~~~
which isn't particularly helpful.
The issue can, however, be reproduced by simply copying parts of the
workflow into a local bash script and executing that.
As it turns out, the issue lays in `?filter=fraction>=0.5` when using
`curl` due to missing url encoding.
~~~
# curl 'https://versionhistory.googleapis.com/v1/chrome/platforms/linux/channels/stable/versions/all/releases?filter=fraction >=0.5'
curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)
~~~
vs
~~~
# curl -s 'https://versionhistory.googleapis.com/v1/chrome/platforms/linux/channels/stable/versions/all/releases?filter=fraction%3E=0.5 ' | wc -l
3128
~~~
2024-10-17 15:37:05 +02:00
networkException
e5af75dc0e
CI: Notify @emilylange as a NixOS downstream maintainer of Linux releases
2024-03-07 02:35:44 +01:00
rany2
a546c0b806
Exit on error for version checker workflow ( #2555 )
2023-10-20 07:51:36 -05:00
PF4Public
57390c1d94
or equal
2023-09-26 19:53:54 +03:00
PF4Public
7a30a37024
Ignore early stable
2023-09-14 01:00:24 +03:00
Blaise
4393e77976
New version check: error on null/empty
2023-06-11 01:10:19 +03:00
PF4Public
ea0fe63b54
Notify @clickot too
2023-04-26 15:47:45 +03:00
PF4Public
6d4e4813f9
fraction → version
2023-03-23 16:03:44 +03:00
PF4Public
c970d15f2a
Replacing omahaproxy.appspot due to deprecation
2023-03-06 18:14:21 +03:00
PF4Public
08cbc1122a
set-output fix
2022-10-26 00:34:14 +03:00
PF4Public
151a7e5184
Fix set-output and node.js warnings
2022-10-25 23:22:19 +03:00
networkException
8d135f6e6f
CI: Remove trailing whitespace
2022-09-06 20:31:28 +02:00
networkException
5e1f8e9121
CI: Mention maintainers on chromium releases individually
2022-09-06 20:31:28 +02:00
Jakob-Niklas See
5a493a6484
CI: Notify @ungoogled-software/notify-* platform teams for new versions ( #2065 )
...
This patch makes the github actions bot mention every relevant platform
team if a new version gets released for a given platform. This does not
reuse existing teams so that maintainance discussions and notifications
are separate opt ins.
2022-08-31 20:37:15 +02:00
PF4Public
8a3a96695a
Per-platform version check
2022-08-06 15:11:23 +03:00
PF4Public
64a552c384
post-transfer rename
2022-06-02 16:50:20 +03:00
Eloston
3474539863
Merge pull request #1749 from PF4Public/master
...
Automatically creating an "Updating to Chromium x.x.x.x" issue
2022-04-02 21:35:13 +00:00
pf
401d422eaf
Automatically creating an "Updating to Chromium x.x.x.x" issue
2022-02-21 23:30:07 +03:00
PF4Public
6756fa3472
Update stale issues and PRs workflow
2021-12-08 20:33:07 +03:00
Eloston
cb8a189f1b
.github/workflows/stale.yml: Missing dash
2021-11-04 15:39:07 -07:00
Eloston
0de04041e9
.github/workflows/stale.yml: Fix typo
2021-11-04 15:37:04 -07:00
Eloston
af67db7ae1
Add "Close Stale Issues" action
2021-11-04 15:35:07 -07:00
zocker-160
763e5424eb
remove code checkout
2021-03-27 13:47:17 +01:00
zocker-160
cf953f3375
automatically create empty release for each tag; fixes #1414
2021-03-14 16:01:36 +01:00