Pin GHA runner versions (#28215)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
eedeb2cdaf
commit
2cff2b5a86
19 changed files with 43 additions and 43 deletions
8
.github/workflows/update-topics.yaml
vendored
8
.github/workflows/update-topics.yaml
vendored
|
@ -18,7 +18,7 @@ concurrency: ${{ github.workflow }}
|
|||
jobs:
|
||||
bot:
|
||||
name: Release topic update
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
environment: Matrix
|
||||
steps:
|
||||
- uses: actions/github-script@v7
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
headers,
|
||||
body: "{}",
|
||||
});
|
||||
|
||||
|
||||
let res = await fetch(apiUrl, {
|
||||
method: "GET",
|
||||
headers,
|
||||
|
@ -69,7 +69,7 @@ jobs:
|
|||
|
||||
const data = await res.json();
|
||||
console.log(roomId, "got event", data);
|
||||
|
||||
|
||||
const topic = data.topic.replace(regex, releaseTopic);
|
||||
if (topic === data.topic) {
|
||||
console.log(roomId, "nothing to do");
|
||||
|
@ -89,7 +89,7 @@ jobs:
|
|||
}),
|
||||
headers,
|
||||
});
|
||||
|
||||
|
||||
if (res.ok) {
|
||||
console.log(roomId, "topic updated:", topic);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue